summaryrefslogtreecommitdiff
path: root/tests/auto/qobject/tst_qobject.pro
blob: b3bda37e1298dc86a74364c6837a80539cdafd8d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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
}