summaryrefslogtreecommitdiffstats
path: root/examples/studio3d/cppdatainput/cppdatainput.pro
blob: 20b5c685dd595b921923e9d39d6506e53f2b6c6c (plain)
1
2
3
4
5
6
7
8
9
10
11
CONFIG += c++11
QT += widgets qml quick studio3d

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

SOURCES += \
        main.cpp

RESOURCES += \
    res.qrc