summaryrefslogtreecommitdiffstats
path: root/examples/qt3d/planets-qml/planets-qml.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/qt3d/planets-qml/planets-qml.pro')
-rw-r--r--examples/qt3d/planets-qml/planets-qml.pro20
1 files changed, 20 insertions, 0 deletions
diff --git a/examples/qt3d/planets-qml/planets-qml.pro b/examples/qt3d/planets-qml/planets-qml.pro
new file mode 100644
index 000000000..f2ebf1f1b
--- /dev/null
+++ b/examples/qt3d/planets-qml/planets-qml.pro
@@ -0,0 +1,20 @@
+!include( ../examples.pri ) {
+ error( "Couldn't find the examples.pri file!" )
+}
+
+QT += qml quick 3dinput
+
+SOURCES += \
+ main.cpp
+
+OTHER_FILES += \
+ *.qml \
+ planets.js \
+ shaders\*.*
+
+RESOURCES += \
+ planets-qml.qrc \
+ planets-qml-images.qrc
+
+DISTFILES += \
+ PlanetsMain.qml