From 9c75ee685835f21fa837e59dd15a9daec9d383f6 Mon Sep 17 00:00:00 2001 From: Oliver Wolff Date: Wed, 24 May 2017 13:25:26 +0200 Subject: [PATCH] Fix tst_QOpenGlConfig for platforms with builtin test data Change-Id: Ifd57002b730987105554514b3498f5e3bb4962e4 Reviewed-by: Maurice Kalinowski --- tests/auto/gui/qopenglconfig/qopenglconfig.pro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/auto/gui/qopenglconfig/qopenglconfig.pro b/tests/auto/gui/qopenglconfig/qopenglconfig.pro index 9b0175acea3..446a9608358 100644 --- a/tests/auto/gui/qopenglconfig/qopenglconfig.pro +++ b/tests/auto/gui/qopenglconfig/qopenglconfig.pro @@ -7,4 +7,4 @@ TARGET = tst_qopenglconfig QT += gui-private core-private testlib SOURCES += tst_qopenglconfig.cpp -OTHER_FILES = buglist.json +TESTDATA += buglist.json