summaryrefslogtreecommitdiffstats
path: root/tests/manual/sharedtexture/sharedtexture.pro
blob: b41f43d7196965938bbdc338ebefd0e444074dd7 (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 += widgets 3dcore 3drender 3dinput 3dextras multimedia

SOURCES += \
    videoplayer.cpp \
    main.cpp

HEADERS += \
    videoplayer.h