diff options
author | Tasuku Suzuki <stasuku@gmail.com> | 2013-05-04 13:47:11 +0900 |
---|---|---|
committer | The Qt Project <gerrit-noreply@qt-project.org> | 2013-06-10 17:26:11 +0200 |
commit | b22c5fb19a01c20d576bd7f25334cdf612f0f86a (patch) | |
tree | c3cde66b27e550874c19a771020e66fdbc0bd5f5 /qtquickcontrols.pro | |
parent | 1125a07c68b9727899f4a1fc54277ea02a79c39e (diff) | |
download | qtquickcontrols-b22c5fb19a01c20d576bd7f25334cdf612f0f86a.tar.gz |
Skip build when the quick module is not available
Change-Id: I549c5fcd22a15c8a87cb79adb512ab772afe7831
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@digia.com>
Diffstat (limited to 'qtquickcontrols.pro')
-rw-r--r-- | qtquickcontrols.pro | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/qtquickcontrols.pro b/qtquickcontrols.pro index bc5ed5e8..c353cda9 100644 --- a/qtquickcontrols.pro +++ b/qtquickcontrols.pro @@ -1,3 +1,5 @@ +requires(qtHaveModule(quick)) + load(qt_parts) # We need accessibility |