Change-Id: Ie5993fac36a29a7d7edcadf5030dc2b5bf95b506
Reviewed-by: Andrew Knight <andrew.knight@digia.com>
Note that checking the output means that on builds with extra debugging, this might fail with a false positive.
Also the testapp is automatically built and installed in shadow builds, so it does NOT use testData
*/
+#ifndef QT_NO_PROCESS
QDir::setCurrent(buildDir);
QProcess *testProcess = new QProcess(this);
QStringList args;
QCOMPARE(test_stderr, test_stderr_target);
delete testProcess;
QDir::setCurrent(srcDir);
+#else // !QT_NO_PROCESS
+ QSKIP("No process support");
+#endif // QT_NO_PROCESS
}
void tst_qqmlapplicationengine::applicationProperties()