summaryrefslogtreecommitdiff
path: root/examples/activeqt/menus/menus.pro
blob: be5d75d6374cdb59dd9e42bdbe335543dd3691eb (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