From 96d09509e46b2c15b646b81725bdc6ec18118283 Mon Sep 17 00:00:00 2001 From: Joerg Bornemann Date: Mon, 2 Jun 2014 11:41:19 +0200 Subject: introduce cpp.entryPoint Set cpp.entryPoint to specify the entry point symbol for an executable or dynamic library. Task-number: QBS-602 Change-Id: I83e7c13b4ab7675a1cfa0cc8a2234cba0f850b3d Reviewed-by: Jake Petroules --- tests/auto/blackbox/testdata/appWithoutSources/project.qbs | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'tests/auto') diff --git a/tests/auto/blackbox/testdata/appWithoutSources/project.qbs b/tests/auto/blackbox/testdata/appWithoutSources/project.qbs index f59d3ad85..3e587bd5c 100644 --- a/tests/auto/blackbox/testdata/appWithoutSources/project.qbs +++ b/tests/auto/blackbox/testdata/appWithoutSources/project.qbs @@ -24,10 +24,7 @@ Project { CppApplication { name: "appWithoutSources" - Properties { - condition: qbs.toolchain.contains("msvc") - cpp.linkerFlags: "/ENTRY:main" - } + cpp.entryPoint: "main" Depends { name: "a" } Depends { name: "b" } -- cgit v1.2.3