Skip to content
Snippets Groups Projects
Commit 429d6282 authored by Robert Loehning's avatar Robert Loehning Committed by Eike Ziller
Browse files

Revert "Compile with Visual Studio IDE: string macros don't need to be escaped"


This reverts commit fe80df7e.

With the above commit, Creator could not be compiled with MSVC 2008.

Change-Id: Idf4763fa1996edf3b94b7059b1889e0b4dd74d38
Reviewed-by: default avatarEike Ziller <eike.ziller@nokia.com>
parent c1a80016
No related branches found
No related tags found
No related merge requests found
...@@ -75,11 +75,8 @@ isEmpty(TEST):CONFIG(debug, debug|release) { ...@@ -75,11 +75,8 @@ isEmpty(TEST):CONFIG(debug, debug|release) {
isEmpty(IDE_LIBRARY_BASENAME) { isEmpty(IDE_LIBRARY_BASENAME) {
IDE_LIBRARY_BASENAME = lib IDE_LIBRARY_BASENAME = lib
} }
win32-msvc* {
DEFINES += IDE_LIBRARY_BASENAME=\"$$IDE_LIBRARY_BASENAME\" DEFINES += IDE_LIBRARY_BASENAME=\\\"$$IDE_LIBRARY_BASENAME\\\"
} else {
DEFINES += IDE_LIBRARY_BASENAME=\\\"$$IDE_LIBRARY_BASENAME\\\"
}
equals(TEST, 1) { equals(TEST, 1) {
QT +=testlib QT +=testlib
......
...@@ -6,11 +6,7 @@ include(extensionsystem_dependencies.pri) ...@@ -6,11 +6,7 @@ include(extensionsystem_dependencies.pri)
unix:!macx:!freebsd*:LIBS += -ldl unix:!macx:!freebsd*:LIBS += -ldl
win32-msvc* { DEFINES += IDE_TEST_DIR=\\\"$$IDE_SOURCE_TREE\\\"
DEFINES += IDE_TEST_DIR=\"$$IDE_SOURCE_TREE\"
} else {
DEFINES += IDE_TEST_DIR=\\\"$$IDE_SOURCE_TREE\\\"
}
HEADERS += pluginerrorview.h \ HEADERS += pluginerrorview.h \
plugindetailsview.h \ plugindetailsview.h \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment