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
Education
KWordQuiz
Commits
9690f4fe
Commit
9690f4fe
authored
May 19, 2021
by
Laurent Montel
😁
Browse files
Increase version + use qt_ macro + Qt::
parent
d6ee80a3
Changes
2
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
9690f4fe
cmake_minimum_required
(
VERSION 3.
5
)
cmake_minimum_required
(
VERSION 3.
16
)
# KDE Application Version, managed by release script
set
(
RELEASE_SERVICE_VERSION_MAJOR
"21"
)
...
...
@@ -17,7 +17,7 @@ endif(NOT MSVC)
include
(
FeatureSummary
)
find_package
(
Qt5 CONFIG REQUIRED Core Widgets PrintSupport
)
find_package
(
ECM
1.7
.0 NO_MODULE REQUIRED
)
find_package
(
ECM
5.83
.0 NO_MODULE REQUIRED
)
set
(
CMAKE_MODULE_PATH
${
CMAKE_MODULE_PATH
}
${
ECM_MODULE_PATH
}
)
include
(
KDEInstallDirs
)
...
...
src/CMakeLists.txt
View file @
9690f4fe
...
...
@@ -73,9 +73,9 @@ ecm_add_app_icon(kwordquiz_SRCS ICONS ${ICONS_SRCS})
add_executable
(
kwordquiz
${
kwordquiz_SRCS
}
)
target_link_libraries
(
kwordquiz
Qt
5
::Core
Qt
5
::PrintSupport
Qt
5
::Widgets
Qt::Core
Qt::PrintSupport
Qt::Widgets
KF5::Crash
KF5::ConfigCore
KF5::I18n
...
...
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