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:
Kai Koehne
2011-03-02 14:38:24 +01:00
parent 20189574f6
commit 1cb3cdc744

View File

@@ -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