qt5base-lts/tests/auto/gui/image/qpixmap/qpixmap.pro
Jason McDonald 95cebd34eb Remove Symbian-specific code from tests.
Symbian is not a supported platform for Qt5, so this code is no longer
required.

Change-Id: I1172e6a42d518490e63e9599bf10579df08259aa
Reviewed-on: http://codereview.qt-project.org/5657
Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
2011-09-29 06:41:42 +02:00

28 lines
723 B
INI

load(qttest_p4)
QT += core-private gui-private widgets widgets-private
SOURCES += tst_qpixmap.cpp
wince* {
task31722_0.files = convertFromImage/task31722_0/*.png
task31722_0.path = convertFromImage/task31722_0
task31722_1.files = convertFromImage/task31722_1/*.png
task31722_1.path = convertFromImage/task31722_1
icons.files = convertFromToHICON/*
icons.path = convertFromToHICON
loadFromData.files = loadFromData/*
loadFromData.path = loadFromData
DEPLOYMENT += task31722_0 task31722_1 icons loadFromData
DEFINES += SRCDIR=\\\".\\\"
DEPLOYMENT_PLUGIN += qico
} else {
DEFINES += SRCDIR=\\\"$$PWD\\\"
win32:LIBS += -lgdi32 -luser32
}
RESOURCES += qpixmap.qrc