2011-04-27 10:05:43 +00:00
|
|
|
TEMPLATE = lib
|
|
|
|
TARGET = hierarchyax
|
|
|
|
|
|
|
|
CONFIG += qt warn_off qaxserver dll
|
2011-10-04 08:58:57 +00:00
|
|
|
QT += widgets
|
2011-04-27 10:05:43 +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-08-22 10:16:26 +00:00
|
|
|
sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS $$RC_FILE $$DEF_FILE hierarchy.ico hierarchy.pro
|
2011-04-27 10:05:43 +00:00
|
|
|
sources.path = $$[QT_INSTALL_EXAMPLES]/activeqt/hierarchy
|
|
|
|
INSTALLS += target sources
|