aboutsummaryrefslogtreecommitdiffstats
path: root/examples/qml/script/shell/shell.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/qml/script/shell/shell.pro')
-rw-r--r--examples/qml/script/shell/shell.pro7
1 files changed, 7 insertions, 0 deletions
diff --git a/examples/qml/script/shell/shell.pro b/examples/qml/script/shell/shell.pro
new file mode 100644
index 0000000000..5f6b23862b
--- /dev/null
+++ b/examples/qml/script/shell/shell.pro
@@ -0,0 +1,7 @@
+QT += qml
+
+win32: CONFIG += console
+mac:CONFIG -= app_bundle
+
+SOURCES += main.cpp
+