From fda40e37df1152b5a8c572fe4bc53620bfcbcc45 Mon Sep 17 00:00:00 2001 From: Rohan McGovern Date: Wed, 11 May 2011 14:02:54 +1000 Subject: tests: fix private header inclusion in qtbase autotests Any test which needs private headers from some Qt module must do: QT += modulename-private Reviewed-by: Jason McDonald Change-Id: I6924a577a960e4990f4379b02bca4822d8248fb4 --- tests/auto/qtextlist/qtextlist.pro | 3 +++ 1 file changed, 3 insertions(+) (limited to 'tests/auto/qtextlist') diff --git a/tests/auto/qtextlist/qtextlist.pro b/tests/auto/qtextlist/qtextlist.pro index 846350bc49..f66fb96dd0 100644 --- a/tests/auto/qtextlist/qtextlist.pro +++ b/tests/auto/qtextlist/qtextlist.pro @@ -1,4 +1,7 @@ load(qttest_p4) + +QT += core-private gui-private + SOURCES += tst_qtextlist.cpp HEADERS += ../qtextdocument/common.h -- cgit v1.2.3