f720619e0d
Remove #ifdef sections for Q_OS_WINCE, wince .pro file clauses and CE-specific files. Task-number: QTBUG-51673 Change-Id: Ibf599204f5c0daaef086edaf8fac86853db3ee14 Reviewed-by: Lars Knoll <lars.knoll@theqtcompany.com>
11 lines
222 B
Prolog
11 lines
222 B
Prolog
QT += testlib
|
|
|
|
TEMPLATE = app
|
|
TARGET = tst_bench_qimagereader
|
|
|
|
SOURCES += tst_qimagereader.cpp
|
|
|
|
!contains(QT_CONFIG, no-gif):DEFINES += QTEST_HAVE_GIF
|
|
!contains(QT_CONFIG, no-jpeg):DEFINES += QTEST_HAVE_JPEG
|
|
QT += network
|