Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Plasma
Plasma Browser Integration
Commits
04b2198c
Commit
04b2198c
authored
Apr 06, 2022
by
Laurent Montel
Browse files
Show headers in qtc6
parent
9500d16c
Changes
2
Hide whitespace changes
Inline
Side-by-side
host/CMakeLists.txt
View file @
04b2198c
...
...
@@ -15,6 +15,18 @@ set(HOST_SOURCES main.cpp
historyrunnerplugin.cpp
tabsrunnerplugin.cpp
purposeplugin.cpp
connection.h
pluginmanager.h
settings.h
mprisplugin.h
abstractbrowserplugin.h
abstractkrunnerplugin.h
kdeconnectplugin.h
downloadplugin.h
downloadjob.h
historyrunnerplugin.h
tabsrunnerplugin.h
purposeplugin.h
)
qt_add_dbus_adaptor
(
HOST_SOURCES ../dbus/org.mpris.MediaPlayer2.xml mprisplugin.h MPrisPlugin mprisroot MPrisRoot
)
...
...
reminder/CMakeLists.txt
View file @
04b2198c
...
...
@@ -2,7 +2,7 @@ add_definitions(-DTRANSLATION_DOMAIN=\"plasma-browser-integration-reminder\")
add_definitions
(
-DQT_NO_URL_CAST_FROM_STRING
)
set
(
kded_browserintegrationreminder browserintegrationreminder.cpp
)
set
(
kded_browserintegrationreminder browserintegrationreminder.cpp
browserintegrationreminder.h
)
add_library
(
browserintegrationreminder MODULE
${
kded_browserintegrationreminder
}
)
kcoreaddons_desktop_to_json
(
browserintegrationreminder browserintegrationreminder.desktop
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment