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