summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorUlf Hermann <ulf.hermann@qt.io>2017-09-07 12:38:13 +0200
committerUlf Hermann <ulf.hermann@qt.io>2017-09-08 07:40:16 +0000
commit90563be14aee069603aca87c1f926a692460b6fd (patch)
treef915efca266032ca21daaf20ba0c37efc47117b1
parent0716e1f6ec422c53187e414c3c9aee83508f8e5c (diff)
Drop dead code in qbs file
Change-Id: I2b9b4b02381d500ba853528a25b37dbecd8fd902 Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
-rw-r--r--perfparser.qbs2
1 files changed, 0 insertions, 2 deletions
diff --git a/perfparser.qbs b/perfparser.qbs
index fe5d6ee..7b141e7 100644
--- a/perfparser.qbs
+++ b/perfparser.qbs
@@ -4,8 +4,6 @@ Project {
name: "Perf Parser"
condition: qbs.targetOS.contains("linux")
- property bool useSystemElfUtils: !qbs.toolchain.contains("gcc")
- || qbs.toolchain.contains("clang")
property bool withAutotests: qbs.buildVariant === "debug"
references: [