summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Kandeler <christian.kandeler@theqtcompany.com>2016-02-05 15:56:30 +0100
committerChristian Kandeler <christian.kandeler@theqtcompany.com>2016-02-08 08:49:54 +0000
commit927b65e5b82e26ec0fcdd01206064649fe3baf19 (patch)
tree31d94246ac90b6ebcb17b335c3106bb06b3aad50
parent0b3851a02bfdf4a7c78901fdd1ab35ae1ca1e942 (diff)
Perf parser: Re-enable temporarily commented-out code...
... in the qbs project file. The bug in question has long been fixed. Change-Id: Ie8492d99e3c2a235ccd40615460f50d1fc3ce3db Reviewed-by: Christian Stenger <christian.stenger@theqtcompany.com>
-rw-r--r--perfparser.qbs2
1 files changed, 1 insertions, 1 deletions
diff --git a/perfparser.qbs b/perfparser.qbs
index e76f54d..b2b2412 100644
--- a/perfparser.qbs
+++ b/perfparser.qbs
@@ -2,7 +2,7 @@ import qbs
Project {
name: "Perf Parser"
- // condition: qbs.targetOS.contains("linux") TODO: Re-enable once qbs evaluation bug is fixed.
+ condition: qbs.targetOS.contains("linux")
property bool useSystemElfUtils: !qbs.toolchain.contains("gcc")
|| qbs.toolchain.contains("clang")