3cc0cf31bd
This is meant to be a temporary solution to not hold any further development. JIRA tasks might be filed for failing tests. Change-Id: I08a5f5b0cb153e7fd7890b2936ec3bb6b3a0907c Reviewed-on: http://codereview.qt.nokia.com/1753 Reviewed-by: Sergio Ahumada <sergio.ahumada@nokia.com>
20 lines
371 B
Prolog
20 lines
371 B
Prolog
load(qttest_p4)
|
|
|
|
QT += gui-private
|
|
|
|
SOURCES += tst_qpainter.cpp
|
|
wince*|symbian: {
|
|
addFiles.files = drawEllipse drawLine_rop_bitmap drawPixmap_rop drawPixmap_rop_bitmap task217400.png
|
|
addFiles.path = .
|
|
DEPLOYMENT += addFiles
|
|
}
|
|
|
|
wince* {
|
|
DEFINES += SRCDIR=\\\".\\\"
|
|
} else:!symbian {
|
|
DEFINES += SRCDIR=\\\"$$PWD\\\"
|
|
}
|
|
|
|
|
|
mac*:CONFIG+=insignificant_test
|