qbs files: fix install location of qtcreator.sh

Change-Id: I6cb039c41d62f1b7b48613b22d4faa9d24d98278
Reviewed-by: Joerg Bornemann <joerg.bornemann@nokia.com>
This commit is contained in:
Joerg Bornemann
2012-03-30 16:01:03 +02:00
parent 042dae0e5e
commit f3bbbaeef6

View File

@@ -150,6 +150,7 @@ Project {
Group { Group {
files: "bin/qtcreator.sh" files: "bin/qtcreator.sh"
fileTags: "install" fileTags: "install"
qbs.installDir: "bin"
} }
Group { Group {