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

QT += gui-private

SOURCES  += tst_qpixmapfilter.cpp

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