QmlJSDebugger: Remove stale qmljsdebugger.pri file

This commit is contained in:
Kai Koehne
2011-04-29 11:16:45 +02:00
parent 8c55093297
commit cc3aa73f5e
2 changed files with 0 additions and 9 deletions

View File

@@ -49,6 +49,4 @@ SOURCES += \
RESOURCES += $$PWD/editor/editor.qrc
OTHER_FILES += $$PWD/qmljsdebugger.pri
DEFINES += QMLJSDEBUGGER

View File

@@ -1,7 +0,0 @@
# This file is part of Qt Creator
# It enables debugging of Qt Quick applications
INCLUDEPATH += $$PWD/include
QT += declarative script
LIBS *= -l$$qtLibraryName(QmlJSDebugger)