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

CONFIG += warn_off
QT += widgets axserver

SOURCES	 = main.cpp menus.cpp
HEADERS	 = menus.h
RC_FILE  = menus.rc

# install
target.path = $$[QT_INSTALL_EXAMPLES]/activeqt/menus
INSTALLS += target