diff options
author | Oswald Buddenhagen <oswald.buddenhagen@nokia.com> | 2010-09-22 10:19:31 (GMT) |
---|---|---|
committer | Oswald Buddenhagen <oswald.buddenhagen@nokia.com> | 2010-09-23 09:38:12 (GMT) |
commit | e449be1979d279066401c29771d60942bac5ff99 (patch) | |
tree | 4f3aeecbfa8ec5843bb11bbc80814f8ce38ba7ba /tools | |
parent | f2be9f394972edffa0eebc9c30fe00a4fce81abc (diff) | |
download | Qt-e449be1979d279066401c29771d60942bac5ff99.zip Qt-e449be1979d279066401c29771d60942bac5ff99.tar.gz Qt-e449be1979d279066401c29771d60942bac5ff99.tar.bz2 |
fix build key generation for real
Reviewed-by: danimo
Task-number: QTBUG-13795
Diffstat (limited to 'tools')
-rw-r--r-- | tools/configure/configureapp.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/configure/configureapp.cpp b/tools/configure/configureapp.cpp index 17bbadf..3808c4e 100644 --- a/tools/configure/configureapp.cpp +++ b/tools/configure/configureapp.cpp @@ -2421,7 +2421,7 @@ void Configure::generateBuildKey() + buildSymbianKey + "\"\n" "#else\n" // Debug builds - "# if (!QT_NO_DEBUG)\n" + "# if !defined(QT_NO_DEBUG)\n" "# if (defined(WIN64) || defined(_WIN64) || defined(__WIN64__))\n" + build64Key.arg("debug") + "\"\n" "# else\n" |