summaryrefslogtreecommitdiffstats
path: root/tests/benchmarks/plugins/imageformats/jpeg/jpeg.pro
blob: d278e9e7218df88ce5db7b1022f96aa0c488f0dc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
TEMPLATE = app
TARGET = jpeg
QT += testlib
CONFIG += release

wince*: {
   DEFINES += SRCDIR=\\\"\\\"
} else {
   DEFINES += SRCDIR=\\\"$$PWD/\\\"
}

SOURCES += jpeg.cpp