Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
PIM
KDE PIM Runtime
Commits
bc2c3a3e
Commit
bc2c3a3e
authored
Nov 03, 2014
by
Martin Klapetek
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Use correct CMake variable for QT_REQUIRED_VERSION
parent
c43c404e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
resources/CMakeLists.txt
resources/CMakeLists.txt
+1
-1
No files found.
resources/CMakeLists.txt
View file @
bc2c3a3e
...
...
@@ -22,7 +22,7 @@ if ("${CMAKE_SOURCE_DIR}" STREQUAL "${resources_SOURCE_DIR}")
set
(
KDEPIM_LIB_SOVERSION
"5"
)
# QT5 package
find_package
(
Qt5WebKitWidgets
${
REQUIRED_
QT_
VERSION
}
REQUIRED NO_MODULE
)
find_package
(
Qt5WebKitWidgets
${
QT_
REQUIRED_VERSION
}
REQUIRED NO_MODULE
)
# KF5 package
find_package
(
KF5Config
${
KF5_VERSION
}
CONFIG REQUIRED
)
...
...
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