aboutsummaryrefslogtreecommitdiff
path: root/modules/ECMQt4To5Porting.cmake
diff options
context:
space:
mode:
authorStephen Kelly <steveire@gmail.com>2012-02-12 12:02:45 +0100
committerStephen Kelly <steveire@gmail.com>2012-02-12 12:03:41 +0100
commit2ce55e30a2f22c2f1d560c952fece041e8e87b5f (patch)
tree09652c9b90bbcd1363746b18224c618d83f774f4 /modules/ECMQt4To5Porting.cmake
parentbbfe7308e15fb20435e0634ee614ad40226e675e (diff)
downloadextra-cmake-modules-2ce55e30a2f22c2f1d560c952fece041e8e87b5f.tar.gz
extra-cmake-modules-2ce55e30a2f22c2f1d560c952fece041e8e87b5f.tar.bz2
Rename QtQuick1 to QtQuick.
It has been renamed upstream.
Diffstat (limited to 'modules/ECMQt4To5Porting.cmake')
-rw-r--r--modules/ECMQt4To5Porting.cmake6
1 files changed, 3 insertions, 3 deletions
diff --git a/modules/ECMQt4To5Porting.cmake b/modules/ECMQt4To5Porting.cmake
index a0e14c10..0df4237d 100644
--- a/modules/ECMQt4To5Porting.cmake
+++ b/modules/ECMQt4To5Porting.cmake
@@ -164,7 +164,7 @@ set(_qt_modules
Xml
UiTools
Declarative
- Quick1
+ Quick
WebKit
)
@@ -178,8 +178,8 @@ endforeach()
list(APPEND QT_QTCORE_LIBRARIES ${Qt5Concurrent_LIBRARIES})
list(APPEND QT_QTCORE_LIBRARY ${Qt5Concurrent_LIBRARIES})
-list(APPEND QT_QTDECLARATIVE_LIBRARIES ${Qt5Quick1_LIBRARIES})
-list(APPEND QT_QTDECLARATIVE_LIBRARY ${Qt5Quick1_LIBRARIES})
+list(APPEND QT_QTDECLARATIVE_LIBRARIES ${Qt5Quick_LIBRARIES})
+list(APPEND QT_QTDECLARATIVE_LIBRARY ${Qt5Quick_LIBRARIES})
macro(qt4_wrap_ui)
qt5_wrap_ui(${ARGN})