summaryrefslogtreecommitdiffstats
path: root/tests/manual/rendertarget-cpp/rendertarget-cpp.pro
blob: b11894b6026235cba23a30e0a6767ab40cbea22f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
!include( ../manual.pri ) {
    error( "Couldn't find the manual.pri file!" )
}

QT += 3dcore 3drender 3dinput 3dextras

SOURCES += \
    main.cpp \
    orbittransformcontroller.cpp

HEADERS += \
    orbittransformcontroller.h