From 8cd4d92b2e2757225f06e76999afb57acc63629a Mon Sep 17 00:00:00 2001 From: Joerg Bornemann Date: Fri, 22 Jun 2018 10:05:12 +0200 Subject: Remove the base module import from most test data projects Keep the base import in blackbox/testdata/deprecated-property to ensure we don't accidentally break it. Change-Id: I790da21a7490ec9c1b0335f45e8707e7e04daa7c Reviewed-by: Christian Kandeler --- tests/auto/blackbox/testdata/nsis/hello.qbs | 2 -- 1 file changed, 2 deletions(-) (limited to 'tests/auto/blackbox/testdata/nsis') diff --git a/tests/auto/blackbox/testdata/nsis/hello.qbs b/tests/auto/blackbox/testdata/nsis/hello.qbs index b7f3da505..a161a6998 100644 --- a/tests/auto/blackbox/testdata/nsis/hello.qbs +++ b/tests/auto/blackbox/testdata/nsis/hello.qbs @@ -1,5 +1,3 @@ -import qbs - NSISSetup { condition: qbs.targetOS.contains("windows") name: "Qbs Hello" -- cgit v1.2.3