Symbian: A typo while including QmlJSDebugger library

Case sensitive systems do not recognise the library

Change-Id: I59d296a3bc38669bb2dc58e0bafeafe792e41543
Reviewed-by: Kai Koehne <kai.koehne@nokia.com>
This commit is contained in:
Pawel Polanski
2011-10-31 12:54:42 +01:00
committed by Paweł Polański
parent 5113d6f989
commit a558cedcd0

View File

@@ -5,7 +5,7 @@ QT += declarative script
INCLUDEPATH += $$PWD/include
symbian {
LIBNAME = QmLJSDebugger.lib
LIBNAME = QmlJSDebugger.lib
} else {
windows:CONFIG(debug, debug|release) {
LIBNAME = QmlJSDebuggerd