summaryrefslogtreecommitdiffstats
path: root/tests/auto/qobject/tst_qobject.pro
blob: aed181f70fd34c7ca3d5495088bbd4bd58e751cb (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
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
}