c0fb09465b
qttest_p4.prf was added as a convenience for Qt's own autotests in Qt4. It enables various crufty undocumented magic, of dubious value. Stop using it, and explicitly enable the things from it which we want. Change-Id: I97046aa51f1b3fc100e2eb2fa115f1bf8ae6437d Reviewed-by: Jason McDonald <jason.mcdonald@nokia.com>
29 lines
755 B
Prolog
29 lines
755 B
Prolog
CONFIG += testcase
|
|
TARGET = tst_qpixmap
|
|
|
|
QT += core-private gui-private widgets widgets-private testlib
|
|
|
|
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
|