tests/auto/qobject/tst_qobject.pro
branchGCC_SURGE
changeset 31 5daf16870df6
parent 30 5dc02b23752f
child 33 3e2da88830cd
equal deleted inserted replaced
27:93b982ccede2 31:5daf16870df6
     1 load(qttest_p4)
     1 load(qttest_p4)
     2 SOURCES  += tst_qobject.cpp
     2 SOURCES += tst_qobject.cpp
     3 
     3 
     4 QT = core network gui
     4 # this is here for a reason, moc_oldnormalizedobject.cpp is not auto-generated, it was generated by
     5 contains(QT_CONFIG, qt3support):DEFINES+=QT_HAS_QT3SUPPORT
     5 # moc from Qt 4.6, and should *not* be generated by the current moc
       
     6 SOURCES += moc_oldnormalizeobject.cpp
     6 
     7 
     7 wince*: {
     8 QT = core \
     8    addFiles.sources = signalbug.exe
     9     network \
     9    addFiles.path = .
    10     gui
    10    DEPLOYMENT += addFiles
    11 contains(QT_CONFIG, qt3support):DEFINES += QT_HAS_QT3SUPPORT
       
    12 wince*: { 
       
    13     addFiles.sources = signalbug.exe
       
    14     addFiles.path = .
       
    15     DEPLOYMENT += addFiles
    11 }
    16 }
    12 
    17 symbian: { 
    13 symbian: {
       
    14     addFiles.sources = signalbug.exe
    18     addFiles.sources = signalbug.exe
    15     addFiles.path = \sys\bin
    19     addFiles.path = \sys\bin
    16     DEPLOYMENT += addFiles
    20     DEPLOYMENT += addFiles
    17 }
    21 }