summaryrefslogtreecommitdiffstats
path: root/examples/3dstudioruntime2/scenemanip/scenemanip.pro
blob: 0e462e58fa2ea83fbf27fbf701dd01599d6f4ca5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
TEMPLATE = app

QT += quick 3dstudioruntime2-private

SOURCES += \
    main.cpp

RESOURCES += scenemanip.qrc

OTHER_FILES += \
    main.qml

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