summaryrefslogtreecommitdiff
path: root/tests/manual/phong-cubes/phong-cubes.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/manual/phong-cubes/phong-cubes.pro')
-rw-r--r--tests/manual/phong-cubes/phong-cubes.pro18
1 files changed, 18 insertions, 0 deletions
diff --git a/tests/manual/phong-cubes/phong-cubes.pro b/tests/manual/phong-cubes/phong-cubes.pro
new file mode 100644
index 000000000..e099b336d
--- /dev/null
+++ b/tests/manual/phong-cubes/phong-cubes.pro
@@ -0,0 +1,18 @@
+!include( ../examples.pri ) {
+ error( "Couldn't find the examples.pri file!" )
+}
+
+SOURCE += main.cpp
+
+QT += qml quick 3dcore 3drender 3dinput 3dquick 3dquickextras
+
+OTHER_FILES += \
+ main.qml \
+ CubeEntity.qml
+
+SOURCES += \
+ main.cpp
+
+RESOURCES += \
+ phong-cubes.qrc \
+ ../exampleresources/textures.qrc