summaryrefslogtreecommitdiffstats
path: root/src/extras/extras.pro
diff options
context:
space:
mode:
authorPaul Lemire <paul.lemire@kdab.com>2016-04-11 14:58:17 +0200
committerSimon Hausmann <simon.hausmann@theqtcompany.com>2016-04-23 11:14:30 +0000
commit0542f1614aa6d50c4c9809fb0ce5f1adb5666d67 (patch)
tree77a1ed41c16262f5cc7aa9ddb2d66d3f9b61a719 /src/extras/extras.pro
parent8677f62fa690efa29fbb6f870af1ea2b4e7111cf (diff)
Move defaults and geometries out of Qt3DRender and into Qt3DExtras
QBoundingVolumeDebug has been disabled for now. Will be re-enabled later on. Change-Id: Id6b0abab2ec2aa697330bd20d782f9d104d25d50 Reviewed-by: Sean Harmer <sean.harmer@kdab.com>
Diffstat (limited to 'src/extras/extras.pro')
-rw-r--r--src/extras/extras.pro16
1 files changed, 16 insertions, 0 deletions
diff --git a/src/extras/extras.pro b/src/extras/extras.pro
new file mode 100644
index 000000000..3b7758007
--- /dev/null
+++ b/src/extras/extras.pro
@@ -0,0 +1,16 @@
+TARGET = Qt3DExtras
+MODULE = 3dextras
+QT += core-private 3dcore 3dcore-private 3drender 3drender-private
+
+DEFINES += QT3DEXTRAS_LIBRARY
+
+load(qt_module)
+
+include (geometries/geometries.pri)
+include (defaults/defaults.pri)
+
+HEADERS += \
+ qt3dextras_global.h
+
+RESOURCES += $$PWD/extras.qrc
+