summaryrefslogtreecommitdiffstats
path: root/examples/qt3d/geometry
diff options
context:
space:
mode:
authorRohan McGovern <rohan.mcgovern@nokia.com>2011-10-17 13:28:09 +1000
committerQt by Nokia <qt-info@nokia.com>2011-10-18 02:16:21 +0200
commit3d81f11a10fbd9f260321d09e00db60c22e96ccc (patch)
treedb00f323d97178d8adf145264a6ead12dbac6bd3 /examples/qt3d/geometry
parentd574a5967645f8ad4cc818ec74ede84fbe9bfe6c (diff)
Remove legacy build system logic.
In Qt4, qtquick3d had to reinvent a lot of Qt's own build system logic. In Qt5, modularization makes this unnecessary, so remove it. Change-Id: I683acba659c1a3842e927262cacd9377cdac7c35 Reviewed-by: Sarah Jane Smith <sarah.j.smith@nokia.com>
Diffstat (limited to 'examples/qt3d/geometry')
-rw-r--r--examples/qt3d/geometry/geometry.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/qt3d/geometry/geometry.pro b/examples/qt3d/geometry/geometry.pro
index 367ae5dfb..54da9d4ac 100644
--- a/examples/qt3d/geometry/geometry.pro
+++ b/examples/qt3d/geometry/geometry.pro
@@ -1,7 +1,7 @@
TEMPLATE = app
TARGET = geometry
CONFIG += qt warn_on
-!package: CONFIG += qt3d
+QT += qt3d
SOURCES = geometryview.cpp \
main.cpp \