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

QT += 3dcore 3drender 3dinput 3dextras

SOURCES += \
    main.cpp

RESOURCES += qtlogo.png