summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/kernel/qobject/test/test.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/corelib/kernel/qobject/test/test.pro')
-rw-r--r--tests/auto/corelib/kernel/qobject/test/test.pro4
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/auto/corelib/kernel/qobject/test/test.pro b/tests/auto/corelib/kernel/qobject/test/test.pro
index 9443b2e2c7..9daf3d77a0 100644
--- a/tests/auto/corelib/kernel/qobject/test/test.pro
+++ b/tests/auto/corelib/kernel/qobject/test/test.pro
@@ -3,9 +3,5 @@ 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)