2013-08-26 17:50:02 +02:00
|
|
|
import qbs
|
2014-04-29 13:42:37 +02:00
|
|
|
import QtcAutotest
|
2013-08-26 17:50:02 +02:00
|
|
|
|
2014-04-29 13:42:37 +02:00
|
|
|
QtcAutotest {
|
2013-08-26 17:50:02 +02:00
|
|
|
name: "QtcProcess autotest"
|
|
|
|
|
Depends { name: "Utils" }
|
|
|
|
|
Depends { name: "Qt.widgets" } // TODO: qbs bug, remove when fixed
|
|
|
|
|
files: "tst_qtcprocess.cpp"
|
|
|
|
|
Properties {
|
|
|
|
|
condition: qbs.targetOS === "windows"
|
|
|
|
|
cpp.defines: base.concat(["_CRT_SECURE_NO_WARNINGS"])
|
|
|
|
|
}
|
|
|
|
|
}
|