forked from qt-creator/qt-creator
Utils: Remove unnecessary flag
Change-Id: Iae99b5fd6d3740015deb0e30d45d480ffb54c4a2 Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
@@ -3,9 +3,5 @@ import qbs
|
||||
QtcAutotest {
|
||||
name: "FilePath autotest"
|
||||
Depends { name: "Utils" }
|
||||
Properties {
|
||||
condition: qbs.toolchain.contains("gcc")
|
||||
cpp.cxxFlags: base.concat(["-Wno-trigraphs"])
|
||||
}
|
||||
files: "tst_filepath.cpp"
|
||||
}
|
||||
|
@@ -3,9 +3,5 @@ import qbs
|
||||
QtcAutotest {
|
||||
name: "FileUtils autotest"
|
||||
Depends { name: "Utils" }
|
||||
Properties {
|
||||
condition: qbs.toolchain.contains("gcc")
|
||||
cpp.cxxFlags: base.concat(["-Wno-trigraphs"])
|
||||
}
|
||||
files: "tst_fileutils.cpp"
|
||||
}
|
||||
|
@@ -3,9 +3,5 @@ import qbs
|
||||
QtcAutotest {
|
||||
name: "UnixDeviceFileAccess autotest"
|
||||
Depends { name: "Utils" }
|
||||
Properties {
|
||||
condition: qbs.toolchain.contains("gcc")
|
||||
cpp.cxxFlags: base.concat(["-Wno-trigraphs"])
|
||||
}
|
||||
files: "tst_unixdevicefileaccess.cpp"
|
||||
}
|
||||
|
Reference in New Issue
Block a user