summaryrefslogtreecommitdiffstats
path: root/tests/auto/qobject/tst_qobject.pro
blob: 0500ea2567fd894755b4dde0d26edde829764a34 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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
}