From 5638da4de269e3bf7834034fd082ef9e55c31860 Mon Sep 17 00:00:00 2001 From: Sergio Ahumada Date: Fri, 2 Sep 2011 15:40:19 +0200 Subject: [PATCH] tests: mark `qstatictext' as using private API This autotest is using private symbols, available only when Qt is configured with -developer-build. Change-Id: I9bf221040b8225ed173761c7ee23e69efd85c3cb Reviewed-on: http://codereview.qt.nokia.com/4148 Reviewed-by: Qt Sanity Bot Reviewed-by: Rohan McGovern Reviewed-by: Jo Asplin --- tests/auto/gui/text/text.pro | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/auto/gui/text/text.pro b/tests/auto/gui/text/text.pro index 001a967ad6..5055ab61a3 100644 --- a/tests/auto/gui/text/text.pro +++ b/tests/auto/gui/text/text.pro @@ -28,5 +28,6 @@ win32:SUBDIRS -= qtextpiecetable !contains(QT_CONFIG, private_tests): SUBDIRS -= \ qcssparser \ + qstatictext \ qtextlayout \ qtextpiecetable \