summaryrefslogtreecommitdiffstats
path: root/examples/activeqt/menus/menus.pro
blob: c962b6b7186242d69a2b885cd8b254979f613e48 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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