Details
-
Bug
-
Resolution: Fixed
-
Not Evaluated
-
1.10.0
-
None
-
macos 10.13.2
Apple LLVM version 9.0.0 (clang-900.0.39.2)
Target: x86_64-apple-darwin17.3.0
-
67af0c951 (master)
Description
This Product variable creates the directory "<somePath>/qbs/dotdot/foo" instead of "<somePath>/foo".
QtGuiApplication {
destinationDirectory: sourceDirectory + "/../foo"
}
By comparison, this variable creates a properly named directory without "dotdot" as expected "<somPath>/<buildDir>/debug/<myProduct>":
destinationDirectory: "../" + qbs.buildVariant + "/" + name
Attachments
For Gerrit Dashboard: QBS-1268 | ||||||
---|---|---|---|---|---|---|
# | Subject | Branch | Project | Status | CR | V |
560320,4 | RulesApplicator: Do not auto-correct invalid artifact paths | master | qbs/qbs | Status: MERGED | +2 | +1 |