From c70869abc1cdfd263418575d440bffbb7321fa71 Mon Sep 17 00:00:00 2001 From: Prasanth Ullattil Date: Wed, 29 Jun 2011 15:51:17 +0200 Subject: [PATCH] Add core-private to the qmainwindow autotest Change-Id: If7ec64903a31e0588e9dccb6bbda0589c8df5be7 Reviewed-on: http://codereview.qt.nokia.com/904 Reviewed-by: Qt Sanity Bot Reviewed-by: Peter Hartmann --- tests/auto/qmainwindow/qmainwindow.pro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/auto/qmainwindow/qmainwindow.pro b/tests/auto/qmainwindow/qmainwindow.pro index 0f6d71c6ec..038686e18c 100644 --- a/tests/auto/qmainwindow/qmainwindow.pro +++ b/tests/auto/qmainwindow/qmainwindow.pro @@ -1,6 +1,6 @@ load(qttest_p4) SOURCES += tst_qmainwindow.cpp -QT += gui-private +QT += core-private gui-private # Symbian toolchain does not support correct include semantics symbian:INCPATH+=..\\..\\..\\include\\QtGui\\private