diff options
Diffstat (limited to 'examples/script/marshal/marshal.pro')
-rw-r--r-- | examples/script/marshal/marshal.pro | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/examples/script/marshal/marshal.pro b/examples/script/marshal/marshal.pro new file mode 100644 index 0000000..46b33b9 --- /dev/null +++ b/examples/script/marshal/marshal.pro @@ -0,0 +1,9 @@ +QT = core script +CONFIG += console +SOURCES += main.cpp + +# install +target.path = $$[QT_INSTALL_EXAMPLES]/script/marshal +sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS marshal.pro +sources.path = $$[QT_INSTALL_EXAMPLES]/script/marshal +INSTALLS += target sources |