Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Games
Konquest
Commits
4f7a359d
Unverified
Commit
4f7a359d
authored
Apr 03, 2016
by
Andreas Sturmlechner
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Drop unused, add missing dependencies
REVIEW: 127564
parent
a1be33aa
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
11 deletions
+7
-11
CMakeLists.txt
CMakeLists.txt
+7
-11
No files found.
CMakeLists.txt
View file @
4f7a359d
...
...
@@ -7,29 +7,23 @@ set (KF5_MIN_VERSION "5.15.0")
find_package
(
ECM 1.7.0 REQUIRED CONFIG
)
set
(
CMAKE_MODULE_PATH
${
CMAKE_MODULE_PATH
}
${
ECM_MODULE_PATH
}
${
ECM_KDE_MODULE_DIR
}
)
find_package
(
Qt5
${
QT_MIN_VERSION
}
REQUIRED NO_MODULE COMPONENTS Widgets
Qml Quick QuickWidgets Svg Test
)
find_package
(
Qt5
${
QT_MIN_VERSION
}
REQUIRED NO_MODULE COMPONENTS Widgets
Svg
)
find_package
(
KF5
${
KF5_MIN_VERSION
}
REQUIRED COMPONENTS
Completion
Config
ConfigWidgets
CoreAddons
Crash
DBusAddons
I18n
ItemModels
KDELibs4Support
KIO
NewStuff
NotifyConfig
TextWidgets
WidgetsAddons
WindowSystem
XmlGui
)
find_package
(
KF5KDEGames 4.9.0 REQUIRED
)
find_package
(
Phonon4Qt5 CONFIG REQUIRED
)
find_package
(
KF5DocTools
${
KF5_MIN_VERSION
}
)
in
clude_directories
(
BEFORE
${
PHONON_INCLUDES
}
)
f
in
d_package
(
KF5KDEGames 4.9.0 REQUIRED
)
include
(
FeatureSummary
)
include
(
ECMAddAppIcon
)
...
...
@@ -42,7 +36,9 @@ add_definitions(-DQT_USE_FAST_CONCATENATION -DQT_USE_FAST_OPERATOR_PLUS)
add_subdirectory
(
pics
)
add_subdirectory
(
doc
)
if
(
KF5DocTools_FOUND
)
add_subdirectory
(
doc
)
endif
()
########### next target ###############
...
...
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