aboutsummaryrefslogtreecommitdiffstats
path: root/qt.pro
diff options
context:
space:
mode:
authorSean Harmer <sean.harmer@kdab.com>2014-11-13 10:51:35 +0000
committerSean Harmer <sean.harmer@kdab.com>2014-12-30 13:24:35 +0100
commit6fd8d9ffd536060300bc017d6d7df3195e2b15bb (patch)
tree7d4c883b018b0c631932bac375f3a4fd7d62cea8 /qt.pro
parent25db2aa87f437c03d7929959c3e6d94d9fc0d541 (diff)
Qt3D depends upon qtimageformats module
Qt3D makes use of the webp image format in its examples to minimize the size of assets. Support for webp is provided by qtimageformats. Change-Id: Id70b584123dc6174848947029ee034593ccc42e0 Reviewed-by: Liang Qi <liang.qi@theqtcompany.com>
Diffstat (limited to 'qt.pro')
-rw-r--r--qt.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/qt.pro b/qt.pro
index 15fd48ec..91fa1600 100644
--- a/qt.pro
+++ b/qt.pro
@@ -68,7 +68,6 @@ addModule(qtquickcontrols, qtdeclarative)
addModule(qtmultimedia, qtbase, qtdeclarative)
addModule(qtwinextras, qtbase, qtdeclarative qtmultimedia)
addModule(qtactiveqt, qtbase)
-addModule(qt3d, qtdeclarative)
addModule(qtsystems, qtbase, qtdeclarative)
addModule(qtlocation, qtbase, qtsystems qtmultimedia)
addModule(qtsensors, qtbase, qtdeclarative)
@@ -81,6 +80,7 @@ addModule(qtwebkit, qtdeclarative, qtlocation qtmultimedia qtsensors qtwebchanne
addModule(qttools, qtbase, qtdeclarative qtactiveqt qtwebkit)
addModule(qtwebkit-examples, qtwebkit qttools)
addModule(qtimageformats, qtbase)
+addModule(qt3d, qtdeclarative qtimageformats)
addModule(qtgraphicaleffects, qtdeclarative)
addModule(qtscript, qtbase, qttools)
addModule(qtquick1, qtscript, qtsvg qtxmlpatterns qtwebkit)