forked from qt-creator/qt-creator
IoUtils test: Fix qbs project file.
Apparently, that define is only needed for qmake, if at all. Change-Id: I12b6768760deddc2a780da105f33857eec6e8710 Reviewed-by: Joerg Bornemann <joerg.bornemann@digia.com>
This commit is contained in:
committed by
Joerg Bornemann
parent
19e9030d4c
commit
8f7bbb9a08
@@ -8,9 +8,5 @@ Autotest {
|
||||
project.ide_source_tree + "/src/shared/proparser/ioutils.cpp",
|
||||
"tst_ioutils.cpp"
|
||||
]
|
||||
Properties {
|
||||
condition: Qt.core.versionMajor == 4
|
||||
cpp.defines: base.concat(["QT_BOOTSTRAPPED"]) // For shellQuote().
|
||||
}
|
||||
cpp.includePaths: base.concat([project.ide_source_tree + "/src/shared"])
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user