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
Games
Granatier
Commits
bb9e4fff
Commit
bb9e4fff
authored
Apr 08, 2021
by
Laurent Montel
Browse files
Don't link against KF5::NewStuff
parent
ac3d3d7a
Changes
3
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
bb9e4fff
...
@@ -30,7 +30,6 @@ find_package(KF5 ${KF5_MIN_VERSION} REQUIRED COMPONENTS
...
@@ -30,7 +30,6 @@ find_package(KF5 ${KF5_MIN_VERSION} REQUIRED COMPONENTS
I18n
I18n
ConfigWidgets
ConfigWidgets
XmlGui
XmlGui
NewStuff
DocTools
DocTools
)
)
...
...
src/CMakeLists.txt
View file @
bb9e4fff
...
@@ -57,11 +57,11 @@ add_executable(granatier ${granatierSources})
...
@@ -57,11 +57,11 @@ add_executable(granatier ${granatierSources})
target_link_libraries
(
granatier
target_link_libraries
(
granatier
Qt5::Xml
Qt5::Xml
Qt5::Widgets
Qt5::Widgets
KF5::NewStuff
KF5KDEGames
KF5KDEGames
Qt5::Svg
Qt5::Svg
KF5::DBusAddons
KF5::DBusAddons
KF5::Crash
KF5::Crash
KF5::XmlGui
)
)
install
(
TARGETS granatier
${
KDE_INSTALL_TARGETS_DEFAULT_ARGS
}
)
install
(
TARGETS granatier
${
KDE_INSTALL_TARGETS_DEFAULT_ARGS
}
)
...
...
src/config/arenaselector.cpp
View file @
bb9e4fff
...
@@ -18,7 +18,6 @@
...
@@ -18,7 +18,6 @@
#include
<QIcon>
#include
<QIcon>
#include
<KGameRenderer>
#include
<KGameRenderer>
#include
<KConfigSkeleton>
#include
<KConfigSkeleton>
#include
<KNS3/DownloadDialog>
#include
<QFile>
#include
<QFile>
#include
<QDir>
#include
<QDir>
#include
<QStandardPaths>
#include
<QStandardPaths>
...
...
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