45b0f1be68
Macros and the await helper function from qfunctions_winrt(_p).h are needed in other Qt modules which use UWP APIs on desktop windows. Task-number: QTBUG-84434 Change-Id: Ice09c11436ad151c17bdccd2c7defadd08c13925 Reviewed-by: Tor Arne Vestbø <tor.arne.vestbo@qt.io>
14 lines
287 B
Prolog
14 lines
287 B
Prolog
CONFIG += testcase
|
|
TARGET = tst_qimage
|
|
SOURCES += tst_qimage.cpp
|
|
|
|
QT += core-private gui-private testlib
|
|
qtConfig(c++11): CONFIG += c++11
|
|
|
|
android:!android-embedded: RESOURCES += qimage.qrc
|
|
|
|
win32: QMAKE_USE += user32 gdi32
|
|
darwin: LIBS += -framework CoreGraphics
|
|
|
|
TESTDATA += images/*
|