summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--tests/auto/windeployqt/tst_windeployqt.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/auto/windeployqt/tst_windeployqt.cpp b/tests/auto/windeployqt/tst_windeployqt.cpp
index c369bdb09..30da829e7 100644
--- a/tests/auto/windeployqt/tst_windeployqt.cpp
+++ b/tests/auto/windeployqt/tst_windeployqt.cpp
@@ -155,8 +155,7 @@ void tst_windeployqt::deploy()
QString errorMessage;
// Deploy application
QStringList deployArguments;
- deployArguments << QLatin1String("--no-translations") << QLatin1String("--no-angle")
- << QDir::toNativeSeparators(m_testAppBinary);
+ deployArguments << QLatin1String("--no-translations") << QDir::toNativeSeparators(m_testAppBinary);
QVERIFY2(runProcess(m_windeployqtBinary, deployArguments, &errorMessage, QString(), QProcessEnvironment(), 20000),
qPrintable(errorMessage));