equal
deleted
inserted
replaced
1 load(qttest_p4) |
1 load(qttest_p4) |
2 SOURCES += tst_qobject.cpp |
2 SOURCES += tst_qobject.cpp |
3 |
3 |
4 QT = core network gui |
4 # this is here for a reason, moc_oldnormalizedobject.cpp is not auto-generated, it was generated by |
5 contains(QT_CONFIG, qt3support):DEFINES+=QT_HAS_QT3SUPPORT |
5 # moc from Qt 4.6, and should *not* be generated by the current moc |
|
6 SOURCES += moc_oldnormalizeobject.cpp |
6 |
7 |
7 wince*: { |
8 QT = core \ |
8 addFiles.sources = signalbug.exe |
9 network \ |
9 addFiles.path = . |
10 gui |
10 DEPLOYMENT += addFiles |
11 contains(QT_CONFIG, qt3support):DEFINES += QT_HAS_QT3SUPPORT |
|
12 wince*: { |
|
13 addFiles.sources = signalbug.exe |
|
14 addFiles.path = . |
|
15 DEPLOYMENT += addFiles |
11 } |
16 } |
12 |
17 symbian: { |
13 symbian: { |
|
14 addFiles.sources = signalbug.exe |
18 addFiles.sources = signalbug.exe |
15 addFiles.path = \sys\bin |
19 addFiles.path = \sys\bin |
16 DEPLOYMENT += addFiles |
20 DEPLOYMENT += addFiles |
17 } |
21 } |