diff options
author | Oswald Buddenhagen <oswald.buddenhagen@digia.com> | 2013-03-01 19:11:48 +0100 |
---|---|---|
committer | The Qt Project <gerrit-noreply@qt-project.org> | 2013-03-12 20:47:01 +0100 |
commit | 32724df8720c38f125d264b5534d6e31b07e53d6 (patch) | |
tree | 5f520694622083467761e50423d65f10547944d9 /.qmake.conf | |
parent | 6d3733e5d948fad5a3cdb6173abe0506f82d3376 (diff) | |
download | qtquickcontrols-32724df8720c38f125d264b5534d6e31b07e53d6.tar.gz |
use qml_plugin.prf in parent-less mode
Change-Id: Ifeba27380b874e2ee0f74710e681df3abd93f9a0
Reviewed-by: Liang Qi <liang.qi@digia.com>
Diffstat (limited to '.qmake.conf')
-rw-r--r-- | .qmake.conf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.qmake.conf b/.qmake.conf index 42ba8e45..f5a422c1 100644 --- a/.qmake.conf +++ b/.qmake.conf @@ -1 +1,3 @@ load(qt_build_config) + +MODULE_VERSION = 5.1.0 |