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
PIM
KAlarm
Commits
866c63dc
Commit
866c63dc
authored
Dec 14, 2013
by
Àlex Fiestas
Browse files
[kalarmcal] Port CMake to KF5
parent
21a49e55
Changes
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
866c63dc
project
(
kalarmcal
)
find_package
(
Qt5 NO_MODULE REQUIRED COMPONENTS Sql
)
find_package
(
KF5 NO_MODULE REQUIRED COMPONENTS CoreAddons ItemViews
)
# The library version should be the same as that returned by
# KAEvent::currentCalendarVersion() (see kaevent.cpp)
set
(
LIB_VERSION 2.7.0
)
...
...
@@ -62,9 +65,7 @@ if(USE_KRESOURCES)
kcal
kholidays
kpimidentities
${
KDE4_KDECORE_LIBS
}
${
QT_QTGUI_LIBRARY
}
${
QT_QTCORE_LIBRARY
}
KF5::CoreAddons
)
else
()
target_link_libraries
(
kalarmcal
...
...
@@ -72,9 +73,7 @@ else()
kcalcore
kholidays
kpimidentities
${
KDE4_KDECORE_LIBS
}
${
QT_QTGUI_LIBRARY
}
${
QT_QTCORE_LIBRARY
}
KF5::CoreAddons
)
endif
()
...
...
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