summaryrefslogtreecommitdiffstats
path: root/tests/auto/widgets/effects/qpixmapfilter/qpixmapfilter.pro
blob: b6693eeb5f5858b3cb338651b3b37fedc9c2c8c5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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
}