forked from qt-creator/qt-creator
QmlJSDebug: List QtScript as explicit dependency
mingw/4.7.1 does not add QtScript otherwise to the list of files to link against.
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
# This file is part of Qt Creator
|
||||
# It enables debugging of Qt Quick applications
|
||||
|
||||
QT += declarative
|
||||
QT += declarative script
|
||||
INCLUDEPATH += $$PWD/include
|
||||
|
||||
DEBUGLIB=QmlJSDebugger
|
||||
|
Reference in New Issue
Block a user