blob: 9043e9d5f8c3687d52c0f89e2e84defc94593134 [file] [log] [blame]
include(../shared.pri)
TEMPLATE = lib
TARGET = simpleqmlax
QT += widgets axserver quick quickwidgets
SOURCES = main.cpp
RC_FILE = simpleqml.rc
DEF_FILE = simpleqml.def
RESOURCES = simpleqml.qrc
# install
target.path = $$[QT_INSTALL_EXAMPLES]/activeqt/simpleqml
INSTALLS += target