summaryrefslogtreecommitdiff
path: root/examples/activeqt/hierarchy/hierarchy.pro
blob: ba8765a6a13afdf7926fbd610af7203f22437207 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
TEMPLATE = lib
TARGET	 = hierarchyax

CONFIG += warn_off dll
QT += widgets axserver

SOURCES	 = objects.cpp main.cpp
HEADERS	 = objects.h
RC_FILE  = hierarchy.rc
DEF_FILE = hierarchy.def

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