summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/kernel/qobject/test/test.pro
blob: 9443b2e2c785ce796ee445f283162f1021c4abdb (plain)
1
2
3
4
5
6
7
8
9
10
11
CONFIG += testcase console
TARGET = ../tst_qobject
QT = core-private network testlib
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

load(testcase) # for target.path and installTestHelperApp()
installTestHelperApp("signalbug/signalbug",signalbug,signalbug)