diff options
Diffstat (limited to 'examples/script/marshal/marshal.pro')
-rw-r--r-- | examples/script/marshal/marshal.pro | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/examples/script/marshal/marshal.pro b/examples/script/marshal/marshal.pro new file mode 100644 index 0000000..69fc578 --- /dev/null +++ b/examples/script/marshal/marshal.pro @@ -0,0 +1,11 @@ +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 + +include($$QT_SOURCE_TREE/examples/examplebase.pri) |