aboutsummaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorStephen Kelly <steveire@gmail.com>2012-02-03 00:23:54 +0100
committerStephen Kelly <steveire@gmail.com>2012-02-03 00:23:54 +0100
commitf29e46457f6769884f99063a86627d3aac3c843e (patch)
treeca472c18affe7b8f47e60775d9be36e5f3304b6a /modules
parent1dd6b3b7604783119769746b5fd12cca5fa8beb4 (diff)
downloadextra-cmake-modules-f29e46457f6769884f99063a86627d3aac3c843e.tar.gz
extra-cmake-modules-f29e46457f6769884f99063a86627d3aac3c843e.tar.bz2
Also handle QtUiTools.
Diffstat (limited to 'modules')
-rw-r--r--modules/FindQt5Transitional.cmake1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/FindQt5Transitional.cmake b/modules/FindQt5Transitional.cmake
index 438e33d7..6ededaca 100644
--- a/modules/FindQt5Transitional.cmake
+++ b/modules/FindQt5Transitional.cmake
@@ -15,6 +15,7 @@ if (QT5_BUILD)
Svg
Widgets
PrintSupport
+ UiTools
)
find_package(Qt5${_component})
endforeach()