forked from qt-creator/qt-creator
Moves all tests that are applicable only to FilePath over from tst_fileutils. Change-Id: Ic331e1470a7479ee2f8ba38baec84124982a000a Reviewed-by: Christian Stenger <christian.stenger@qt.io>
12 lines
244 B
QML
12 lines
244 B
QML
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"
|
|
}
|