tests/auto/qpainter/qpainter.pro
changeset 0 1918ee327afb
equal deleted inserted replaced
-1:000000000000 0:1918ee327afb
       
     1 load(qttest_p4)
       
     2 contains(QT_CONFIG, qt3support): QT += qt3support
       
     3 SOURCES  += tst_qpainter.cpp
       
     4 wince*|symbian*: {
       
     5     addFiles.sources = drawEllipse drawLine_rop_bitmap drawPixmap_rop drawPixmap_rop_bitmap task217400.png
       
     6     addFiles.path = .
       
     7     DEPLOYMENT += addFiles
       
     8 }
       
     9 
       
    10 wince* {
       
    11     DEFINES += SRCDIR=\\\".\\\"
       
    12 } else:!symbian {
       
    13     DEFINES += SRCDIR=\\\"$$PWD\\\"
       
    14 }
       
    15 
       
    16