summaryrefslogtreecommitdiff
path: root/qtcreator.pri
diff options
context:
space:
mode:
authorRobert Loehning <robert.loehning@nokia.com>2011-10-17 15:23:00 +0200
committerEike Ziller <eike.ziller@nokia.com>2011-10-17 15:52:05 +0200
commit429d62823beef9c380d5f73778ca2f3944d59b8b (patch)
tree6c768a45022b9f86d40cc51d3f971ec1e0d1295d /qtcreator.pri
parentc1a80016262e3d8f83a8aae2b64105ef4338449b (diff)
downloadqt-creator-429d62823beef9c380d5f73778ca2f3944d59b8b.tar.gz
Revert "Compile with Visual Studio IDE: string macros don't need to be escaped"
This reverts commit fe80df7e2ffb9ca334723d13af749c7b3dc973a8. With the above commit, Creator could not be compiled with MSVC 2008. Change-Id: Idf4763fa1996edf3b94b7059b1889e0b4dd74d38 Reviewed-by: Eike Ziller <eike.ziller@nokia.com>
Diffstat (limited to 'qtcreator.pri')
-rw-r--r--qtcreator.pri7
1 files changed, 2 insertions, 5 deletions
diff --git a/qtcreator.pri b/qtcreator.pri
index 6668a78080..e4b262fd16 100644
--- a/qtcreator.pri
+++ b/qtcreator.pri
@@ -75,11 +75,8 @@ isEmpty(TEST):CONFIG(debug, debug|release) {
isEmpty(IDE_LIBRARY_BASENAME) {
IDE_LIBRARY_BASENAME = lib
}
-win32-msvc* {
- DEFINES += IDE_LIBRARY_BASENAME=\"$$IDE_LIBRARY_BASENAME\"
-} else {
- DEFINES += IDE_LIBRARY_BASENAME=\\\"$$IDE_LIBRARY_BASENAME\\\"
-}
+
+DEFINES += IDE_LIBRARY_BASENAME=\\\"$$IDE_LIBRARY_BASENAME\\\"
equals(TEST, 1) {
QT +=testlib