summaryrefslogtreecommitdiffstats
path: root/examples/qt3d/simple-cpp/simple-cpp.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/qt3d/simple-cpp/simple-cpp.pro')
-rw-r--r--examples/qt3d/simple-cpp/simple-cpp.pro5
1 files changed, 5 insertions, 0 deletions
diff --git a/examples/qt3d/simple-cpp/simple-cpp.pro b/examples/qt3d/simple-cpp/simple-cpp.pro
new file mode 100644
index 000000000..c7f008ae9
--- /dev/null
+++ b/examples/qt3d/simple-cpp/simple-cpp.pro
@@ -0,0 +1,5 @@
+TEMPLATE = app
+QT += 3dcore 3drenderer 3dinput
+
+SOURCES += \
+ main.cpp