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

QmlJSDebugger: Remove stale qmljsdebugger.pri file

parent 8c550932
No related branches found
No related tags found
No related merge requests found
...@@ -49,6 +49,4 @@ SOURCES += \ ...@@ -49,6 +49,4 @@ SOURCES += \
RESOURCES += $$PWD/editor/editor.qrc RESOURCES += $$PWD/editor/editor.qrc
OTHER_FILES += $$PWD/qmljsdebugger.pri
DEFINES += QMLJSDEBUGGER DEFINES += QMLJSDEBUGGER
# This file is part of Qt Creator
# It enables debugging of Qt Quick applications
INCLUDEPATH += $$PWD/include
QT += declarative script
LIBS *= -l$$qtLibraryName(QmlJSDebugger)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment