summaryrefslogtreecommitdiffstats
path: root/examples/3dstudioruntime2/simpleoffscreen/simpleoffscreen.pro
blob: e57ee6326e718d2e3ec00bd5d7bb95d4841b9761 (plain)
1
2
3
4
5
6
7
8
9
10
11
TEMPLATE = app
CONFIG += console
QT += 3dstudioruntime2

SOURCES += \
    main.cpp

RESOURCES += simpleoffscreen.qrc

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