summaryrefslogtreecommitdiffstats
path: root/examples/canvas3d/threejs/oneqt/oneqt.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/canvas3d/threejs/oneqt/oneqt.pro')
-rw-r--r--examples/canvas3d/threejs/oneqt/oneqt.pro25
1 files changed, 25 insertions, 0 deletions
diff --git a/examples/canvas3d/threejs/oneqt/oneqt.pro b/examples/canvas3d/threejs/oneqt/oneqt.pro
new file mode 100644
index 0000000..0885735
--- /dev/null
+++ b/examples/canvas3d/threejs/oneqt/oneqt.pro
@@ -0,0 +1,25 @@
+TEMPLATE = app
+
+QT += qml quick
+
+target.path = $$[QT_INSTALL_EXAMPLES]/canvas3d/threejs/$$TARGET
+INSTALLS += target
+
+SOURCES += main.cpp
+
+OTHER_FILES += doc/src/* \
+ doc/images/*
+
+RESOURCES += oneqt.qrc
+
+DISTFILES += \
+ ImageCube.qml
+
+ios {
+ ios_icon.files = $$files($$PWD/ios/OneQtIcon*.png)
+ QMAKE_BUNDLE_DATA += ios_icon
+ QMAKE_INFO_PLIST = ios/Info.plist
+}
+
+EXAMPLE_FILES += \
+ ios