aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quick/scenegraph/sgengine/sgengine.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/quick/scenegraph/sgengine/sgengine.pro')
-rw-r--r--examples/quick/scenegraph/sgengine/sgengine.pro11
1 files changed, 11 insertions, 0 deletions
diff --git a/examples/quick/scenegraph/sgengine/sgengine.pro b/examples/quick/scenegraph/sgengine/sgengine.pro
new file mode 100644
index 0000000000..c6507a4982
--- /dev/null
+++ b/examples/quick/scenegraph/sgengine/sgengine.pro
@@ -0,0 +1,11 @@
+QT += quick
+
+HEADERS += window.h
+SOURCES += window.cpp main.cpp
+RESOURCES += \
+ sgengine.qrc \
+ ../../shared/shared.qrc
+
+# install
+target.path = $$[QT_INSTALL_EXAMPLES]/quick/scenegraph/sgengine
+INSTALLS += target