blob: 9043e9d5f8c3687d52c0f89e2e84defc94593134 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
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
|