summaryrefslogtreecommitdiffstats
path: root/examples/script/defaultprototypes/defaultprototypes.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/script/defaultprototypes/defaultprototypes.pro')
-rw-r--r--examples/script/defaultprototypes/defaultprototypes.pro12
1 files changed, 12 insertions, 0 deletions
diff --git a/examples/script/defaultprototypes/defaultprototypes.pro b/examples/script/defaultprototypes/defaultprototypes.pro
new file mode 100644
index 0000000000..21328e6060
--- /dev/null
+++ b/examples/script/defaultprototypes/defaultprototypes.pro
@@ -0,0 +1,12 @@
+QT += script
+RESOURCES += defaultprototypes.qrc
+SOURCES += main.cpp prototypes.cpp
+HEADERS += prototypes.h
+
+# install
+target.path = $$[QT_INSTALL_EXAMPLES]/script/defaultprototypes
+sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS *.js defaultprototypes.pro
+sources.path = $$[QT_INSTALL_EXAMPLES]/script/defaultprototypes
+INSTALLS += target sources
+
+include($$QT_SOURCE_TREE/examples/examplebase.pri)