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
Weixuan Xiao
kdeconnect-kde
Commits
874bb428
Commit
874bb428
authored
Jul 22, 2017
by
Albert Vaca Cintora
Browse files
Previous commit makes us depend on Qt 5.8
parent
df61e8f0
Changes
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
874bb428
...
...
@@ -10,7 +10,7 @@ cmake_minimum_required(VERSION 2.8.12)
find_package
(
ECM 0.0.9 REQUIRED NO_MODULE
)
set
(
CMAKE_MODULE_PATH
${
ECM_MODULE_PATH
}
${
ECM_KDE_MODULE_DIR
}
${
CMAKE_SOURCE_DIR
}
/cmake
)
find_package
(
Qt5 5.
2
REQUIRED COMPONENTS Quick
)
find_package
(
Qt5 5.
8
REQUIRED COMPONENTS Quick
)
find_package
(
KF5 REQUIRED COMPONENTS I18n ConfigWidgets DBusAddons
)
find_package
(
KF5DocTools
)
...
...
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