summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/kernel/qobject/tst_qobject.pro
blob: b52e25bb3b01fb59eb3d867b436c975eb27983af (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
CONFIG += testcase
TARGET = tst_qobject
SOURCES += tst_qobject.cpp

# this is here for a reason, moc_oldnormalizedobject.cpp is not auto-generated, it was generated by
# moc from Qt 4.6, and should *not* be generated by the current moc
SOURCES += moc_oldnormalizeobject.cpp

QT = core-private \
    network \
    gui \
    testlib
wince*: { 
    addFiles.files = signalbug.exe
    addFiles.path = .
    DEPLOYMENT += addFiles
}