mirror of https://github.com/qt/qtactiveqt.git
17 lines
299 B
Prolog
17 lines
299 B
Prolog
include(../shared.pri)
|
|
|
|
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
|