qt5base-lts/tests/benchmarks/plugins/imageformats/jpeg/jpeg.pro
Rohan McGovern 55b6e6fdfb benchmarks: eliminated usage of qttest_p4.prf
qttest_p4.prf was added as a convenience for Qt's own autotests in Qt4.
It enables various crufty undocumented magic, of dubious value.
Stop using it, and explicitly enable the things from it which we want.

Change-Id: I48ab0ee64d8348cada2e6c7b27c67b6bbc36280d
Reviewed-by: Jason McDonald <jason.mcdonald@nokia.com>
2011-10-25 08:42:23 +02:00

16 lines
211 B
Prolog

TEMPLATE = app
TARGET = jpeg
DEPENDPATH += .
INCLUDEPATH += .
QT += testlib
CONFIG += release
wince*: {
DEFINES += SRCDIR=\\\"\\\"
} else {
DEFINES += SRCDIR=\\\"$$PWD/\\\"
}
# Input
SOURCES += jpeg.cpp