summaryrefslogtreecommitdiffstats
path: root/tests/auto/widgets/effects/qpixmapfilter/qpixmapfilter.pro
blob: 542c6959d1fdfffedf8a5d7efd432e2761813478 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
CONFIG += testcase
CONFIG += parallel_test
TARGET = tst_qpixmapfilter

QT += widgets widgets-private testlib
QT += gui-private

SOURCES  += tst_qpixmapfilter.cpp

wince*: {
    addFiles.files = noise.png
    addFiles.path = .
    DEPLOYMENT += addFiles
}

DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0