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>
12 lines
302 B
Prolog
12 lines
302 B
Prolog
CONFIG += testcase
|
|
TARGET = tst_qpixmap
|
|
|
|
QT += core-private gui-private testlib
|
|
qtHaveModule(widgets): QT += widgets widgets-private
|
|
|
|
SOURCES += tst_qpixmap.cpp
|
|
win32:!winrt:LIBS += -lgdi32 -luser32
|
|
|
|
RESOURCES += qpixmap.qrc
|
|
TESTDATA += convertFromImage/* convertFromToHICON/* loadFromData/* images/*
|