2011-04-27 10:05:43 +00:00
|
|
|
TEMPLATE = lib
|
|
|
|
TARGET = hierarchyax
|
|
|
|
|
|
|
|
CONFIG += qt warn_off qaxserver dll
|
|
|
|
contains(CONFIG, static):DEFINES += QT_NODLL
|
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
|
2011-01-27 08:46:25 +00:00
|
|
|
RC_FILE = $$QT.activeqt.sources/control/qaxserver.rc
|
|
|
|
DEF_FILE = $$QT.activeqt.sources/control/qaxserver.def
|
2011-04-27 10:05:43 +00:00
|
|
|
|
|
|
|
# install
|
|
|
|
target.path = $$[QT_INSTALL_EXAMPLES]/activeqt/hierarchy
|
|
|
|
sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS hierarchy.pro
|
|
|
|
sources.path = $$[QT_INSTALL_EXAMPLES]/activeqt/hierarchy
|
|
|
|
INSTALLS += target sources
|