summaryrefslogtreecommitdiffstats
path: root/examples/activeqt/menus/menus.pro
blob: c1813938ac73a86ee1af839ef661e31a7dc2a5f2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
TEMPLATE = app
TARGET	 = menusax

CONFIG	+= qt warn_off qaxserver
QT += widgets

SOURCES	 = main.cpp menus.cpp
HEADERS	 = menus.h
RC_FILE	 = $$QT.activeqt.sources/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