From 0c999c2e5204a88dafcaed9fefa989788012297c Mon Sep 17 00:00:00 2001 From: Ulf Hermann Date: Tue, 15 Aug 2017 15:16:38 +0200 Subject: Tests: Clean up inclusion of util.pri and debugutil.pri When we include debugutil.pri, we always want util.pri, too. We can as well nest the inclusions. Also, setting the include path is much easier from within the .pri files than from outside. Change-Id: I1205bdc3051e16e635d4ea9626f44e51002ddb50 Reviewed-by: Simon Hausmann --- tests/auto/qml/qqmlcomponent/qqmlcomponent.pro | 1 - 1 file changed, 1 deletion(-) (limited to 'tests/auto/qml/qqmlcomponent/qqmlcomponent.pro') diff --git a/tests/auto/qml/qqmlcomponent/qqmlcomponent.pro b/tests/auto/qml/qqmlcomponent/qqmlcomponent.pro index 9f8c8a4e24..a74334ef63 100644 --- a/tests/auto/qml/qqmlcomponent/qqmlcomponent.pro +++ b/tests/auto/qml/qqmlcomponent/qqmlcomponent.pro @@ -2,7 +2,6 @@ CONFIG += testcase TARGET = tst_qqmlcomponent macx:CONFIG -= app_bundle -INCLUDEPATH += ../../shared/ SOURCES += tst_qqmlcomponent.cpp \ ../../shared/testhttpserver.cpp -- cgit v1.2.3