diff options
author | Marius Storm-Olsen <marius@trolltech.com> | 2009-06-30 12:12:20 +0200 |
---|---|---|
committer | Marius Storm-Olsen <marius@trolltech.com> | 2009-06-30 12:12:20 +0200 |
commit | 815841491a378237349a5206ac841454629d2628 (patch) | |
tree | 191e78863692c7d9e1341bcdd406dceb9195d724 /tests/auto/qmake | |
parent | 8e08d5b8fcceee9a3d156b1e18363f48e19ec79b (diff) | |
download | qt4-tools-815841491a378237349a5206ac841454629d2628.tar.gz |
Compile qmake autotest
Diffstat (limited to 'tests/auto/qmake')
-rw-r--r-- | tests/auto/qmake/testcompiler.cpp | 2 |
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; |