summaryrefslogtreecommitdiffstats
path: root/examples/studio3d/qmldatainput/qmldatainput.pro
blob: 9bafed53688a070d347a128b82acccef3033c379 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
TEMPLATE = app

QT += widgets qml quick studio3d

integrity: DEFINES += USE_EMBEDDED_FONTS

target.path = $$[QT_INSTALL_EXAMPLES]/studio3d/$$TARGET
INSTALLS += target

SOURCES += main.cpp

RESOURCES += \
    qmldatainput.qrc

OTHER_FILES += qml/qmldatainput/* \
               doc/src/* \
               doc/images/*

# Icon in case example is included in installer
exists(example.ico): RC_ICONS = example.ico