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

CONFIG += qt 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
sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS $$RC_FILE menus.ico menus.pro *.xpm
sources.path = $$[QT_INSTALL_EXAMPLES]/activeqt/menus
INSTALLS += target sources