2015-03-16 13:21:23 +00:00
|
|
|
include(../shared.pri)
|
|
|
|
|
2011-04-27 10:05:43 +00:00
|
|
|
TEMPLATE = lib
|
2014-01-15 21:17:52 +00:00
|
|
|
TARGET = hierarchyax
|
2011-04-27 10:05:43 +00:00
|
|
|
|
2012-12-14 18:20:02 +00:00
|
|
|
CONFIG += warn_off dll
|
2012-11-26 15:56:52 +00:00
|
|
|
QT += widgets axserver
|
2011-04-27 10:05:43 +00:00
|
|
|
|
2014-01-15 21:17:52 +00:00
|
|
|
SOURCES = objects.cpp main.cpp
|
|
|
|
HEADERS = objects.h
|
2012-08-22 10:16:26 +00:00
|
|
|
RC_FILE = hierarchy.rc
|
|
|
|
DEF_FILE = hierarchy.def
|
2011-04-27 10:05:43 +00:00
|
|
|
|
|
|
|
# install
|
|
|
|
target.path = $$[QT_INSTALL_EXAMPLES]/activeqt/hierarchy
|
2012-11-28 15:09:12 +00:00
|
|
|
INSTALLS += target
|