summaryrefslogtreecommitdiffstats
path: root/qt3d.pro
diff options
context:
space:
mode:
authorLiang Qi <liang.qi@qt.io>2016-08-20 17:22:08 +0200
committerLars Knoll <lars.knoll@qt.io>2016-08-21 19:59:33 +0000
commit47f3704afc59d0dba0f5d2c8626cfdb443436b19 (patch)
treefc10d2808b718cf05711b9269d52042b8bb9015a /qt3d.pro
parent9a18925b63d47a20d7b74cfd508d7ae71f2d4d7c (diff)
Adjust to qtConfig() changes in qtbase
Change-Id: Ic5b9447ef9ba54124553775b973d616af22b7032 Reviewed-by: Lars Knoll <lars.knoll@qt.io>
Diffstat (limited to 'qt3d.pro')
-rw-r--r--qt3d.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/qt3d.pro b/qt3d.pro
index a26e76df2..83e0ffcaf 100644
--- a/qt3d.pro
+++ b/qt3d.pro
@@ -1,4 +1,4 @@
-requires(contains(QT_CONFIG, opengl))
+requires(qtConfig(opengl))
load(configure)
qtCompileTest(assimp)