summaryrefslogtreecommitdiffstats
path: root/modules/qt_qt3dquick.pri
diff options
context:
space:
mode:
authorPeter Yard <peter.yard@nokia.com>2012-02-09 16:13:04 +1000
committerQt by Nokia <qt-info@nokia.com>2012-02-14 00:49:05 +0100
commit00d127f73034c0aa4b21db5ef13490ea2ddf65b8 (patch)
tree88e99ce16105c005ac8f2c0076b41f43bf647acb /modules/qt_qt3dquick.pri
parent1703179fb4229cc1a3a4ab3f9d32c442d484d8b2 (diff)
Integrate Qt3D into Qt5 and fix some qdoc errors.
This doc change by 'integrating into Qt5' also made some changes to the build system, so that now you need QT+=3d everywhere (instead of QT+=qt3d as it was previously). We have been asked to make this change, and it seems it is required for this doc system to work, so lets get it done. Note that the original change had a docsnippets target but that did not work at all and will have be done in a later commit. Change-Id: Icf4bc6b4be9494f1752e18ca1f5198c8fe8ecf53 Reviewed-by: Peter Yard <peter.yard@nokia.com> Reviewed-by: Julian de Bhal <julian.debhal@nokia.com>
Diffstat (limited to 'modules/qt_qt3dquick.pri')
-rw-r--r--modules/qt_qt3dquick.pri30
1 files changed, 15 insertions, 15 deletions
diff --git a/modules/qt_qt3dquick.pri b/modules/qt_qt3dquick.pri
index 375d809c8..d4cc6032b 100644
--- a/modules/qt_qt3dquick.pri
+++ b/modules/qt_qt3dquick.pri
@@ -1,17 +1,17 @@
-QT.qt3dquick.VERSION = 5.0.0
-QT.qt3dquick.MAJOR_VERSION = 5
-QT.qt3dquick.MINOR_VERSION = 0
-QT.qt3dquick.PATCH_VERSION = 0
+QT.3dquick.VERSION = 5.0.0
+QT.3dquick.MAJOR_VERSION = 5
+QT.3dquick.MINOR_VERSION = 0
+QT.3dquick.PATCH_VERSION = 0
-QT.qt3dquick.name = Qt3DQuick
-QT.qt3dquick.bins = $$QT_MODULE_BIN_BASE
-QT.qt3dquick.includes = $$QT_MODULE_INCLUDE_BASE $$QT_MODULE_INCLUDE_BASE/Qt3DQuick
-QT.qt3dquick.private_includes = $$QT_MODULE_INCLUDE_BASE/QtSensors/$$QT.quick3d.VERSION
-QT.qt3dquick.sources = $$QT_MODULE_BASE/src/quick3d
-QT.qt3dquick.libs = $$QT_MODULE_LIB_BASE
-QT.qt3dquick.plugins = $$QT_MODULE_PLUGIN_BASE
-QT.qt3dquick.imports = $$QT_MODULE_IMPORT_BASE
-QT.qt3dquick.depends = gui quick declarative network
-QT.qt3dquick.DEFINES = QT_QT3DQUICK_LIB
+QT.3dquick.name = Qt3DQuick
+QT.3dquick.bins = $$QT_MODULE_BIN_BASE
+QT.3dquick.includes = $$QT_MODULE_INCLUDE_BASE $$QT_MODULE_INCLUDE_BASE/Qt3DQuick
+QT.3dquick.private_includes = $$QT_MODULE_INCLUDE_BASE/QtSensors/$$QT.quick3d.VERSION
+QT.3dquick.sources = $$QT_MODULE_BASE/src/quick3d
+QT.3dquick.libs = $$QT_MODULE_LIB_BASE
+QT.3dquick.plugins = $$QT_MODULE_PLUGIN_BASE
+QT.3dquick.imports = $$QT_MODULE_IMPORT_BASE
+QT.3dquick.depends = gui quick declarative network
+QT.3dquick.DEFINES = QT_QT3DQUICK_LIB
-QT_CONFIG += qt3dquick
+QT_CONFIG += 3dquick