diff options
Diffstat (limited to 'examples/activeqt/simple/simple.pro')
-rw-r--r-- | examples/activeqt/simple/simple.pro | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/examples/activeqt/simple/simple.pro b/examples/activeqt/simple/simple.pro new file mode 100644 index 0000000..d0f2019 --- /dev/null +++ b/examples/activeqt/simple/simple.pro @@ -0,0 +1,13 @@ +TEMPLATE = app +TARGET = simpleax + +CONFIG += qt warn_off qaxserver + +SOURCES = main.cpp +RC_FILE = $$QT_SOURCE_TREE/src/activeqt/control/qaxserver.rc + +# install +target.path = $$[QT_INSTALL_EXAMPLES]/activeqt/simple +sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS simple.pro +sources.path = $$[QT_INSTALL_EXAMPLES]/activeqt/simple +INSTALLS += target sources |