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, 0 insertions, 16 deletions
diff --git a/examples/activeqt/menus/menus.pro b/examples/activeqt/menus/menus.pro
deleted file mode 100644
index f5a7890..0000000
--- a/examples/activeqt/menus/menus.pro
+++ /dev/null
@@ -1,16 +0,0 @@
-include(../shared.pri)
-
-TEMPLATE = app
-TARGET = menusax
-
-CONFIG += warn_off
-QT += widgets axserver
-
-SOURCES = main.cpp menus.cpp
-HEADERS = menus.h
-RC_FILE = menus.rc
-DEF_FILE = menus.def
-
-# install
-target.path = $$[QT_INSTALL_EXAMPLES]/activeqt/menus
-INSTALLS += target