diff options
author | Stephen Kelly <steveire@gmail.com> | 2012-02-07 22:06:53 +0100 |
---|---|---|
committer | Stephen Kelly <steveire@gmail.com> | 2012-02-07 22:06:53 +0100 |
commit | 5644e0012b0270c53052bd44f192e999193e5ca0 (patch) | |
tree | dc5acdc1b0e1894e06eb103cd59b5362597b72b4 /modules/FindQt5Transitional.cmake | |
parent | 84eb044da7473cdbd5ef774ff428ef99bc0cd8b2 (diff) | |
download | extra-cmake-modules-5644e0012b0270c53052bd44f192e999193e5ca0.tar.gz extra-cmake-modules-5644e0012b0270c53052bd44f192e999193e5ca0.tar.bz2 |
Add transitional code for declarative.
Diffstat (limited to 'modules/FindQt5Transitional.cmake')
-rw-r--r-- | modules/FindQt5Transitional.cmake | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/FindQt5Transitional.cmake b/modules/FindQt5Transitional.cmake index 3a2e3535..9d04e13f 100644 --- a/modules/FindQt5Transitional.cmake +++ b/modules/FindQt5Transitional.cmake @@ -7,6 +7,7 @@ if (QT5_BUILD) DBus DBusTools # For macros Designer + Declarative Script ScriptTools Network @@ -16,6 +17,7 @@ if (QT5_BUILD) Widgets PrintSupport UiTools + Quick1 ) find_package(Qt5${_component}) endforeach() |