summaryrefslogtreecommitdiffstats
path: root/src/quick3d/quick3d.pro
diff options
context:
space:
mode:
Diffstat (limited to 'src/quick3d/quick3d.pro')
-rw-r--r--src/quick3d/quick3d.pro10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/quick3d/quick3d.pro b/src/quick3d/quick3d.pro
index 11dc3f755..e3d4de840 100644
--- a/src/quick3d/quick3d.pro
+++ b/src/quick3d/quick3d.pro
@@ -17,6 +17,16 @@ gcov {
CONFIG += dll warn_on
}
+# Use this define to set a data directory into which QML resources
+# will be deployed and where qmlres.h will search for them
+# If not defined this defaults to /usr/share/qt5/qt3d for Qt5 and
+# to /usr/share/qt4/qt3d for Qt4.
+#
+# eg: qmake CONFIG+=qt3d_qml_deploy_dir=/usr/local/share/qt3d
+qt3d_qml_deploy_dir {
+ DEFINES += QT3D_QML_DEPLOY_DIR=\\\"/usr/local/share/qt3d\\\"
+}
+
include(quick3d.pri)
PUBLIC_HEADERS = $$HEADERS