summaryrefslogtreecommitdiff
path: root/src/tools/valgrindfake
diff options
context:
space:
mode:
authorJake Petroules <jake.petroules@petroules.com>2015-08-20 18:10:10 -0700
committerJake Petroules <jake.petroules@petroules.com>2015-08-21 20:51:12 +0000
commit46910b46c3898f7fe99c5b4afa7c4291a829775c (patch)
tree42fe5f7229e80313a1070c67eb299ef724f05e93 /src/tools/valgrindfake
parente1d407b460fff2d653115a31fa953ba35aaa5aec (diff)
downloadqt-creator-46910b46c3898f7fe99c5b4afa7c4291a829775c.tar.gz
Adapt Qbs code to latest changes.
type: application actually does nothing now, as the application type is used for both bundled and unbundled products on Apple platforms. Instead, consoleApplication being set to true influences Qbs not to use a bundle. cpp.infoPlistFile became bundle.infoPlistFile in Qbs 1.4. Change-Id: I6540aa91b2db61ed4cbf2ff30bd46d69db5f9d92 Reviewed-by: Christian Kandeler <christian.kandeler@theqtcompany.com>
Diffstat (limited to 'src/tools/valgrindfake')
-rw-r--r--src/tools/valgrindfake/valgrindfake.qbs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/valgrindfake/valgrindfake.qbs b/src/tools/valgrindfake/valgrindfake.qbs
index e17aa76b48..7823ca49d9 100644
--- a/src/tools/valgrindfake/valgrindfake.qbs
+++ b/src/tools/valgrindfake/valgrindfake.qbs
@@ -2,7 +2,7 @@ import qbs
CppApplication {
name: "valgrind-fake"
- type: "application"
+ consoleApplication: true
destinationDirectory: project.ide_bin_path
Depends { name: "Qt"; submodules: ["network", "xml"]; }
files: [