2011-04-27 10:05:43 +00:00
|
|
|
load(qttest_p4)
|
2011-05-11 04:02:54 +00:00
|
|
|
|
2011-05-23 14:49:06 +00:00
|
|
|
QT += core-private gui-private widgets widgets-private
|
2011-05-11 04:02:54 +00:00
|
|
|
|
2011-04-27 10:05:43 +00:00
|
|
|
SOURCES += tst_qpixmap.cpp
|
|
|
|
wince*|symbian: {
|
|
|
|
|
|
|
|
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
|
|
|
|
}
|
|
|
|
|
|
|
|
wince*: {
|
|
|
|
DEFINES += SRCDIR=\\\".\\\"
|
|
|
|
DEPLOYMENT_PLUGIN += qico
|
|
|
|
} else:symbian {
|
|
|
|
LIBS += -lfbscli.dll -lbitgdi.dll -lgdi.dll
|
|
|
|
} else {
|
|
|
|
DEFINES += SRCDIR=\\\"$$PWD\\\"
|
|
|
|
win32:LIBS += -lgdi32 -luser32
|
|
|
|
}
|
|
|
|
|
|
|
|
RESOURCES += qpixmap.qrc
|