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
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
I18n
ConfigWidgets
XmlGui
NewStuff
DocTools
)
...
...
src/CMakeLists.txt
View file @
bb9e4fff
...
...
@@ -57,11 +57,11 @@ add_executable(granatier ${granatierSources})
target_link_libraries
(
granatier
Qt5::Xml
Qt5::Widgets
KF5::NewStuff
KF5KDEGames
Qt5::Svg
KF5::DBusAddons
KF5::Crash
KF5::XmlGui
)
install
(
TARGETS granatier
${
KDE_INSTALL_TARGETS_DEFAULT_ARGS
}
)
...
...
src/config/arenaselector.cpp
View file @
bb9e4fff
...
...
@@ -18,7 +18,6 @@
#include <QIcon>
#include <KGameRenderer>
#include <KConfigSkeleton>
#include <KNS3/DownloadDialog>
#include <QFile>
#include <QDir>
#include <QStandardPaths>
...
...
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