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