blob: 9b2fec124317952b10a02dd57072096a0ef92abe (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
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
}
|