summaryrefslogtreecommitdiffstats
path: root/tests/auto/qgraphicsvideoitem_symbian/qgraphicsvideoitem_symbian.pro
blob: 04d1ba072d6790d7e688549f73272a80dd1ce0cb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
!symbian: error("This test should only be built on Symbian")
TARGET = tst_qgraphicsvideoitem_symbian
CONFIG += testcase mobility
MOBILITY = multimedia
INCLUDEPATH += ../../../src/multimedia
SOURCES += tst_qgraphicsvideoitem_symbian.cpp
LIBS += -lcone -lavkon
contains(QT_CONFIG, egl) {
    LIBS *= -llibegl
} else {
    DEFINES += QT_NO_EGL
}
include (../../../common.pri)