summaryrefslogtreecommitdiffstats
path: root/tests/manual/sharedtexture/sharedtexture.pro
blob: 51faf69e2b68cf7b729073c7ed937b4bc561abd1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
!include( ../manual.pri ) {
    error( "Couldn't find the manual.pri file!" )
}

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

greaterThan(QT_MAJOR_VERSION, 5) {
    QT += openglwidgets
}

SOURCES += \
    videoplayer.cpp \
    main.cpp

HEADERS += \
    videoplayer.h