summaryrefslogtreecommitdiffstats
path: root/examples/script/script.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/script/script.pro')
-rw-r--r--examples/script/script.pro15
1 files changed, 15 insertions, 0 deletions
diff --git a/examples/script/script.pro b/examples/script/script.pro
new file mode 100644
index 0000000000..c5a37ef601
--- /dev/null
+++ b/examples/script/script.pro
@@ -0,0 +1,15 @@
+TEMPLATE = subdirs
+SUBDIRS = helloscript context2d defaultprototypes customclass
+
+!wince*:SUBDIRS += qscript marshal
+!wince*:!cross_compile:SUBDIRS += calculator qstetrix
+
+symbian: SUBDIRS = context2d
+
+# install
+target.path = $$[QT_INSTALL_EXAMPLES]/script
+sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS script.pro README
+sources.path = $$[QT_INSTALL_EXAMPLES]/script
+INSTALLS += target sources
+
+include($$QT_SOURCE_TREE/examples/examplebase.pri)