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
libkmahjongg
Commits
552a4e8f
Commit
552a4e8f
authored
Sep 15, 2020
by
Friedrich W. H. Kossebau
Browse files
Include KDE cmake settings as first, might influence others
GIT_SILENT
parent
d45a859e
Changes
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
552a4e8f
...
...
@@ -23,15 +23,16 @@ find_package(KF5 ${KF5_MIN_VERSION} REQUIRED COMPONENTS
I18n
)
include
(
KDEInstallDirs
)
include
(
KDECMakeSettings
)
include
(
KDEFrameworkCompilerSettings NO_POLICY_SCOPE
)
include
(
FeatureSummary
)
include
(
GenerateExportHeader
)
include
(
ECMPackageConfigHelpers
)
include
(
ECMSetupVersion
)
include
(
ECMGenerateHeaders
)
include
(
ECMMarkNonGuiExecutable
)
include
(
KDEInstallDirs
)
include
(
KDEFrameworkCompilerSettings NO_POLICY_SCOPE
)
include
(
KDECMakeSettings
)
include
(
ECMQtDeclareLoggingCategory
)
add_definitions
(
-DTRANSLATION_DOMAIN=
"libkmahjongg5"
)
...
...
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