summaryrefslogtreecommitdiffstats
path: root/tests/auto/qmake
diff options
context:
space:
mode:
authorMarius Storm-Olsen <marius@trolltech.com>2009-06-30 12:12:20 +0200
committerMarius Storm-Olsen <marius@trolltech.com>2009-06-30 12:12:20 +0200
commit815841491a378237349a5206ac841454629d2628 (patch)
tree191e78863692c7d9e1341bcdd406dceb9195d724 /tests/auto/qmake
parent8e08d5b8fcceee9a3d156b1e18363f48e19ec79b (diff)
Compile qmake autotest
Diffstat (limited to 'tests/auto/qmake')
-rw-r--r--tests/auto/qmake/testcompiler.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/qmake/testcompiler.cpp b/tests/auto/qmake/testcompiler.cpp
index 2f8dae8326..38876d0179 100644
--- a/tests/auto/qmake/testcompiler.cpp
+++ b/tests/auto/qmake/testcompiler.cpp
@@ -56,7 +56,7 @@ static QString targetName( BuildType buildMode, const QString& target, const QSt
targetName.append(".exe");
break;
case Dll: // dll
- if (!version.empty())
+ if (!version.isEmpty())
targetName.append(version.section(".", 0, 0));
targetName.append(".dll");
break;