From beabb09a6aefd3f910d0c4a594f75951d3334d3b Mon Sep 17 00:00:00 2001 From: Joerg Bornemann <joerg.bornemann@nokia.com> Date: Fri, 2 Mar 2012 11:10:47 +0100 Subject: [PATCH] qbs files: put qtcreator.sh into the bin dir Change-Id: If6f768aef061c079504828585a36970ff6db42cf Reviewed-by: Joerg Bornemann <joerg.bornemann@nokia.com> --- qtcreator.qbp | 1 + 1 file changed, 1 insertion(+) diff --git a/qtcreator.qbp b/qtcreator.qbp index 18f7eb74666..8a7298d16cb 100644 --- a/qtcreator.qbp +++ b/qtcreator.qbp @@ -148,6 +148,7 @@ Project { ] Group { + qbs.installDir: 'bin' files: "bin/qtcreator.sh" fileTags: "install" } -- GitLab