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

QT += 3dcore 3drender 3dinput 3dextras widgets

SOURCES += \
    main.cpp \
    orbittransformcontroller.cpp

HEADERS += \
    orbittransformcontroller.h \
    mycapture.h