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:
Christian Kandeler
2013-09-17 18:05:47 +02:00
committed by Joerg Bornemann
parent 19e9030d4c
commit 8f7bbb9a08

View File

@@ -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"])
}