aboutsummaryrefslogtreecommitdiff
path: root/find-modules/FindQt5Transitional.cmake
diff options
context:
space:
mode:
authorStephen Kelly <steveire@gmail.com>2012-10-25 15:30:37 +0200
committerStephen Kelly <steveire@gmail.com>2012-10-25 15:30:37 +0200
commitc93d3ac8c50ef000f17aabb394ddde2c53785892 (patch)
tree7d985fc42d58fd010d89a8766e157bb5252fac90 /find-modules/FindQt5Transitional.cmake
parent244169e7d2b21b9eb1d7cdf79c6f249eaf8dbb80 (diff)
downloadextra-cmake-modules-c93d3ac8c50ef000f17aabb394ddde2c53785892.tar.gz
extra-cmake-modules-c93d3ac8c50ef000f17aabb394ddde2c53785892.tar.bz2
QtQuick1 is renamed QtDeclarative.
Diffstat (limited to 'find-modules/FindQt5Transitional.cmake')
-rw-r--r--find-modules/FindQt5Transitional.cmake5
1 files changed, 1 insertions, 4 deletions
diff --git a/find-modules/FindQt5Transitional.cmake b/find-modules/FindQt5Transitional.cmake
index 46dca9cf..1a707e73 100644
--- a/find-modules/FindQt5Transitional.cmake
+++ b/find-modules/FindQt5Transitional.cmake
@@ -8,6 +8,7 @@ if (Qt5Core_FOUND)
Gui
DBus
Designer
+ Declarative
Script
ScriptTools
Network
@@ -19,7 +20,6 @@ if (Qt5Core_FOUND)
PrintSupport
Concurrent
UiTools
- Quick1
WebKit
OpenGL
)
@@ -27,9 +27,6 @@ if (Qt5Core_FOUND)
endforeach()
else()
foreach(_component ${Qt5Transitional_FIND_COMPONENTS})
- if ("${_component}" STREQUAL "Declarative")
- set(_component Quick1)
- endif()
find_package(Qt5${_component} REQUIRED)
if ("${_component}" STREQUAL "Gui")
find_package(Qt5Widgets REQUIRED)