summaryrefslogtreecommitdiffstats
path: root/examples/qt3d/planets-qml/planets-qml.pro
diff options
context:
space:
mode:
authorMika Salmela <mika.salmela@theqtcompany.com>2015-06-23 16:56:59 +0300
committerMika Salmela <mika.salmela@theqtcompany.com>2015-06-23 14:06:17 +0000
commit5cc86303d61264d98b51c7130dd36f50131a67ee (patch)
tree3032e743a383c56c49af1dcee109b772c06234e9 /examples/qt3d/planets-qml/planets-qml.pro
parentdbe0950dfa2e6351af45a564e62b7a47ba6e7be2 (diff)
Add ES2 support to planets-qml example
Change-Id: Ic5208d2149efbd03b82417ce3af17747375663f5 Reviewed-by: Miikka Heikkinen <miikka.heikkinen@theqtcompany.com>
Diffstat (limited to 'examples/qt3d/planets-qml/planets-qml.pro')
-rw-r--r--examples/qt3d/planets-qml/planets-qml.pro10
1 files changed, 7 insertions, 3 deletions
diff --git a/examples/qt3d/planets-qml/planets-qml.pro b/examples/qt3d/planets-qml/planets-qml.pro
index 7c27fc579..58a8b30fd 100644
--- a/examples/qt3d/planets-qml/planets-qml.pro
+++ b/examples/qt3d/planets-qml/planets-qml.pro
@@ -2,7 +2,7 @@
error( "Couldn't find the examples.pri file!" )
}
-QT += qml quick 3dinput
+QT += qml quick
SOURCES += \
main.cpp
@@ -10,7 +10,8 @@ SOURCES += \
OTHER_FILES += \
*.qml \
planets.js \
- shaders/*.* \
+ shaders/gl3/*.* \
+ shaders/es2/*.* \
doc/src/*.* \
doc/images/*.*
@@ -19,4 +20,7 @@ RESOURCES += \
planets-qml-images.qrc
DISTFILES += \
- PlanetsMain.qml
+ PlanetsMain.qml \
+ android/AndroidManifest.xml
+
+ANDROID_PACKAGE_SOURCE_DIR = $$PWD/android