bf537516a9
Remove #ifdef sections for Q_OS_WINCE and wince .pro file clauses in library, and tests. Task-number: QTBUG-51673 Change-Id: I55f61845c3b54027c467a5c59c122e7d16955358 Reviewed-by: Lars Knoll <lars.knoll@theqtcompany.com>
8 lines
156 B
Prolog
8 lines
156 B
Prolog
CONFIG += testcase
|
|
TARGET = tst_qicoimageformat
|
|
SOURCES+= tst_qicoimageformat.cpp
|
|
QT += testlib
|
|
|
|
TESTDATA += icons/*
|
|
android:RESOURCES+=qicoimageformat.qrc
|