diff options
author | Stephen Kelly <steveire@gmail.com> | 2012-02-12 17:26:18 +0100 |
---|---|---|
committer | Stephen Kelly <steveire@gmail.com> | 2012-02-12 17:26:18 +0100 |
commit | e0f0e8b413ac1bb8c3936cea80636e5ffa73d2b2 (patch) | |
tree | 3ac35c9957e3ada4f00879a7cdabf0e8ed9a7ac7 | |
parent | 8a977ae1b5ed9ce000d33aedb2a43fcfaf26e587 (diff) | |
download | extra-cmake-modules-e0f0e8b413ac1bb8c3936cea80636e5ffa73d2b2.tar.gz extra-cmake-modules-e0f0e8b413ac1bb8c3936cea80636e5ffa73d2b2.tar.bz2 |
Move the option to build with Qt5 to ECM.
-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 40534722..736e9d4d 100644 --- a/modules/FindQt5Transitional.cmake +++ b/modules/FindQt5Transitional.cmake @@ -1,4 +1,6 @@ +option(QT5_BUILD "Build with Qt5") + if (QT5_BUILD) if (NOT Qt5Transitional_FIND_COMPONENTS) foreach(_component |