summaryrefslogtreecommitdiffstats
path: root/tests/manual/paintedtexture-cpp/paintedtexture-cpp.pro
blob: 448d90ecd83ef07369cd6471351207bea549322e (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 widgets

SOURCES += \
    main.cpp \
    scene.cpp

HEADERS += \
    scene.h