summaryrefslogtreecommitdiffstats
path: root/src/testlib/testlib.pro
diff options
context:
space:
mode:
authorKent Hansen <kent.hansen@nokia.com>2012-05-31 21:49:07 +0200
committerQt by Nokia <qt-info@nokia.com>2012-06-04 01:18:52 +0200
commitff505197689062264bf2abc0661d03d371e997df (patch)
treec3c0caecf86858c8de92f51ae92895f7c4efbb07 /src/testlib/testlib.pro
parent09163941268745bbe231d0b2c25697940aa40127 (diff)
Change testlib signal dumper hooks to use signal index range
Another step towards getting rid of the class method offset computation in QMetaObject::activate(). Since QMetaObjectPrivate::signal() is private API, this also required adding a testlib dependency on core-private (and getting rid of the duplicated QSignalSpyCallbackSet struct). Change-Id: I0d830f35392a6b44fc321c5285877ec0bf437100 Reviewed-by: Olivier Goffart <ogoffart@woboq.com>
Diffstat (limited to 'src/testlib/testlib.pro')
-rw-r--r--src/testlib/testlib.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/testlib/testlib.pro b/src/testlib/testlib.pro
index 142a854693..1a76a3b556 100644
--- a/src/testlib/testlib.pro
+++ b/src/testlib/testlib.pro
@@ -2,7 +2,7 @@ load(qt_module)
TARGET = QtTest
QPRO_PWD = $$PWD
-QT = core
+QT = core-private
CONFIG += module exceptions
MODULE_PRI = ../modules/qt_testlib.pri