summaryrefslogtreecommitdiffstats
path: root/tests/auto/qobject/tst_qobject.pro
blob: 003ee985e3928d5c85a102c28b717d7045e4811d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
load(qttest_p4)
SOURCES  += tst_qobject.cpp

QT = core network gui
contains(QT_CONFIG, qt3support):DEFINES+=QT_HAS_QT3SUPPORT

wince*: {
   addFiles.sources = signalbug.exe
   addFiles.path = .
   DEPLOYMENT += addFiles
}

symbian: {
    addFiles.sources = signalbug.exe
    addFiles.path = \sys\bin
    DEPLOYMENT += addFiles
}