diff options
Diffstat (limited to 'examples/activeqt/comapp/comapp.pro')
-rw-r--r-- | examples/activeqt/comapp/comapp.pro | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/examples/activeqt/comapp/comapp.pro b/examples/activeqt/comapp/comapp.pro new file mode 100644 index 0000000..29aebae --- /dev/null +++ b/examples/activeqt/comapp/comapp.pro @@ -0,0 +1,15 @@ +TEMPLATE = app +CONFIG += qaxserver + +# Input +SOURCES += main.cpp + +RC_FILE = comapp.rc + +# install +target.path = $$[QT_INSTALL_EXAMPLES]/activeqt/comapp +sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS comapp.pro +sources.path = $$[QT_INSTALL_EXAMPLES]/activeqt/comapp +INSTALLS += target sources + +include($$QT_SOURCE_TREE/examples/examplebase.pri) |