forked from qt-creator/qt-creator
qbs project files: Fix references to non-existing properties.
Change-Id: I653231939a9495395cbe36de26b67e1535d2169e Reviewed-by: Joerg Bornemann <joerg.bornemann@digia.com>
This commit is contained in:
@@ -17,7 +17,7 @@ QtcTool {
|
|||||||
cpp.linkerFlags: base.concat(["-sectcreate", "__TEXT", "__info_plist", path + "/Info.plist"])
|
cpp.linkerFlags: base.concat(["-sectcreate", "__TEXT", "__info_plist", path + "/Info.plist"])
|
||||||
cpp.frameworks: base.concat(["CoreFoundation", "CoreServices", "IOKit", "Security",
|
cpp.frameworks: base.concat(["CoreFoundation", "CoreServices", "IOKit", "Security",
|
||||||
"SystemConfiguration"])
|
"SystemConfiguration"])
|
||||||
cpp.libraries: base.concat(["ssl", "bz2"])
|
cpp.dynamicLibraries: base.concat(["ssl", "bz2"])
|
||||||
|
|
||||||
toolInstallDir: project.ide_libexec_path + "/ios"
|
toolInstallDir: project.ide_libexec_path + "/ios"
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -3,6 +3,7 @@ import "../../../autotest.qbs" as Autotest
|
|||||||
|
|
||||||
Autotest {
|
Autotest {
|
||||||
name: "Memcheck " + testName + " autotest"
|
name: "Memcheck " + testName + " autotest"
|
||||||
|
property string testName
|
||||||
targetName: testName // Test runner hardcodes the names of the executables
|
targetName: testName // Test runner hardcodes the names of the executables
|
||||||
destinationDirectory: buildDirectory + '/' + project.ide_bin_path + '/testapps/' + testName
|
destinationDirectory: buildDirectory + '/' + project.ide_bin_path + '/testapps/' + testName
|
||||||
files: "main.cpp"
|
files: "main.cpp"
|
||||||
|
|||||||
Reference in New Issue
Block a user