summaryrefslogtreecommitdiffstats
path: root/examples/activeqt/menus/menus.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/activeqt/menus/menus.pro')
-rw-r--r--examples/activeqt/menus/menus.pro16
1 files changed, 16 insertions, 0 deletions
diff --git a/examples/activeqt/menus/menus.pro b/examples/activeqt/menus/menus.pro
new file mode 100644
index 0000000..8963bad
--- /dev/null
+++ b/examples/activeqt/menus/menus.pro
@@ -0,0 +1,16 @@
+TEMPLATE = app
+TARGET = menusax
+
+CONFIG += qt warn_off qaxserver
+
+SOURCES = main.cpp menus.cpp
+HEADERS = menus.h
+RC_FILE = $$QT_SOURCE_TREE/src/activeqt/control/qaxserver.rc
+
+# install
+target.path = $$[QT_INSTALL_EXAMPLES]/activeqt/menus
+sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS menus.pro
+sources.path = $$[QT_INSTALL_EXAMPLES]/activeqt/menus
+INSTALLS += target sources
+
+include($$QT_SOURCE_TREE/examples/examplebase.pri)