summaryrefslogtreecommitdiffstats
path: root/examples/studio3d/simpleqml/simpleqml.pro
blob: 62afa78e81206af47ec6b2befe6ed4cd29bca56e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
TEMPLATE = app

QT += widgets qml quick studio3d

SOURCES += \
    main.cpp

RESOURCES += simpleqml.qrc

OTHER_FILES += \
    main.qml \
    doc/src/* \
    doc/images/*

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