summaryrefslogtreecommitdiffstats
path: root/tests/auto/windeployqt/tst_windeployqt.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/windeployqt/tst_windeployqt.cpp')
-rw-r--r--tests/auto/windeployqt/tst_windeployqt.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/windeployqt/tst_windeployqt.cpp b/tests/auto/windeployqt/tst_windeployqt.cpp
index f20e59180..04aece287 100644
--- a/tests/auto/windeployqt/tst_windeployqt.cpp
+++ b/tests/auto/windeployqt/tst_windeployqt.cpp
@@ -152,7 +152,7 @@ void tst_windeployqt::deploy()
const QChar pathSeparator(QLatin1Char(';')); // ### fixme: Qt 5.6: QDir::listSeparator()
const QString origPath = env.value(pathKey);
QString newPath;
- const QStringList pathElements = origPath.split(pathSeparator, QString::SkipEmptyParts);
+ const QStringList pathElements = origPath.split(pathSeparator, Qt::SkipEmptyParts);
for (const QString &pathElement : pathElements) {
if (pathElement.compare(qtBinDir, Qt::CaseInsensitive)
&& !pathElement.contains(QLatin1String("\\lib"), Qt::CaseInsensitive)) {