diff options
author | Liang Qi <liang.qi@digia.com> | 2012-11-26 11:10:48 +0100 |
---|---|---|
committer | The Qt Project <gerrit-noreply@qt-project.org> | 2012-12-05 14:35:26 +0100 |
commit | c8a9f6c909c81b4d0d33e3ad15e4a8eebf9ac858 (patch) | |
tree | 2f2178c773e7daa9711f8190f691ab8a318d0c61 /.qmake.conf | |
parent | c85dba7662a41a8cd294d81fc821801291157b37 (diff) | |
download | qtquickcontrols-c8a9f6c909c81b4d0d33e3ad15e4a8eebf9ac858.tar.gz |
Modularized for Qt 5
Still missing sth from qmake, it doesn't support non c++ module
correctly yet(there is no CXX_MODULE in our project).
Change-Id: I9a6a754e863b51b3e3a4b1eaf864ddab24e92f75
Reviewed-by: J-P Nurmi <jpnurmi@digia.com>
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@digia.com>
Diffstat (limited to '.qmake.conf')
-rw-r--r-- | .qmake.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.qmake.conf b/.qmake.conf new file mode 100644 index 00000000..42ba8e45 --- /dev/null +++ b/.qmake.conf @@ -0,0 +1 @@ +load(qt_build_config) |