Cleanup corelib autotests
[profile/ivi/qtbase.git] / tests / auto / corelib / kernel / qobject / tst_qobject.pro
1 CONFIG += testcase
2 TARGET = tst_qobject
3 QT = core-private network gui testlib
4 SOURCES = tst_qobject.cpp
5
6 # this is here for a reason, moc_oldnormalizedobject.cpp is not auto-generated, it was generated by
7 # moc from Qt 4.6, and should *not* be generated by the current moc
8 SOURCES += moc_oldnormalizeobject.cpp
9
10 wince* { 
11     addFiles.files = signalbug.exe
12     addFiles.path = .
13     DEPLOYMENT += addFiles
14 }