summaryrefslogtreecommitdiffstats
path: root/tests/auto/qpixmapfilter/qpixmapfilter.pro
blob: 21e10b7ab90a6bfa1e32a3b36fa9ac47c9d94e53 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
load(qttest_p4)

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

SOURCES  += tst_qpixmapfilter.cpp

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