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

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

SOURCES  += tst_qpixmapfilter.cpp

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