tests/auto/qpainter/qpainter.pro
author William Roberts <williamr@symbian.org>
Mon, 21 Jun 2010 22:38:13 +0100
branchGCC_SURGE
changeset 27 93b982ccede2
parent 0 1918ee327afb
child 33 3e2da88830cd
permissions -rw-r--r--
Mark extraneous symbols as ABSENT (bug 3065)

load(qttest_p4)
contains(QT_CONFIG, qt3support): QT += qt3support
SOURCES  += tst_qpainter.cpp
wince*|symbian*: {
    addFiles.sources = drawEllipse drawLine_rop_bitmap drawPixmap_rop drawPixmap_rop_bitmap task217400.png
    addFiles.path = .
    DEPLOYMENT += addFiles
}

wince* {
    DEFINES += SRCDIR=\\\".\\\"
} else:!symbian {
    DEFINES += SRCDIR=\\\"$$PWD\\\"
}