summaryrefslogtreecommitdiffstats
path: root/examples/script/customclass/customclass.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/script/customclass/customclass.pro')
-rw-r--r--examples/script/customclass/customclass.pro13
1 files changed, 13 insertions, 0 deletions
diff --git a/examples/script/customclass/customclass.pro b/examples/script/customclass/customclass.pro
new file mode 100644
index 0000000..ba7f69d
--- /dev/null
+++ b/examples/script/customclass/customclass.pro
@@ -0,0 +1,13 @@
+QT = core script
+win32: CONFIG += console
+mac:CONFIG -= app_bundle
+
+SOURCES += main.cpp
+
+include(bytearrayclass.pri)
+
+# install
+target.path = $$[QT_INSTALL_EXAMPLES]/script/customclass
+sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS *.pro *.pri
+sources.path = $$[QT_INSTALL_EXAMPLES]/script/customclass
+INSTALLS += target sources