Skip to content
Snippets Groups Projects
Commit 52010b4d authored by Kai Koehne's avatar Kai Koehne
Browse files

QmlJsDebug: Don't append 'd' to library name on Unix

parent 4e895d40
No related branches found
No related tags found
No related merge requests found
...@@ -7,7 +7,7 @@ INCLUDEPATH += $$PWD/include ...@@ -7,7 +7,7 @@ INCLUDEPATH += $$PWD/include
symbian { symbian {
LIBNAME = QmLJSDebugger.lib LIBNAME = QmLJSDebugger.lib
} else { } else {
CONFIG(debug, debug|release) { windows:CONFIG(debug, debug|release) {
LIBNAME = QmlJSDebuggerd LIBNAME = QmlJSDebuggerd
} else { } else {
LIBNAME = QmlJSDebugger LIBNAME = QmlJSDebugger
......
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