Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Rijul Gulati
Plasma applet for NetworkManager
Commits
647158be
Commit
647158be
authored
Mar 25, 2014
by
Alex Richardson
Browse files
Don't find frameworks that are not required for compilation
REVIEW: 117058
parent
1984f5d1
Changes
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
647158be
...
...
@@ -34,10 +34,8 @@ find_package(Qt5 CONFIG REQUIRED COMPONENTS Core DBus Quick Widgets Designer Net
# Load CMake, Compiler and InstallDirs settings from KF5 and the following are already somewhat "done" tier1/tier2 libs from kdelibs:
find_package
(
KF5 CONFIG REQUIRED
IdleTime ItemModels WidgetsAddons WindowSystem Codecs Archive CoreAddons Solid ThreadWeaver
Config Auth JS Wallet DBusAddons Sonnet
I18n GuiAddons Service ConfigWidgets ItemViews Notifications IconThemes Completion JobWidgets TextWidgets XmlGui Crash
Bookmarks UnitConversion KCMUtils Plasma Declarative Init KDE4Support
)
I18n WindowSystem Service Completion WidgetsAddons KIO CoreAddons Wallet ItemViews XmlGui
ConfigWidgets IconThemes Solid DBusAddons Notifications Plasma Declarative Init KDE4Support
)
add_definitions
(
-DQT_DISABLE_DEPRECATED_BEFORE=0
)
add_definitions
(
-DQT_USE_FAST_CONCATENATION -DQT_USE_FAST_OPERATOR_PLUS
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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