qtactiveqt/tests/manual/hierarchy/hierarchy.pro

17 lines
299 B
Prolog
Raw Normal View History

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