Files
qt-creator/share/qtcreator/qml/qmljsdebugger/qmljsdebugger.pri
Oswald Buddenhagen 7007326837 clean up DEPENDPATH insanity
simply add
  CONFIG += depend_includepath
to qtcreator.pri and remove all the manual DEPENDPATHs, as half of them
were missing anyway, and i wouldn't expect it to ever change. not
touching src/shared/ for syncing reasons.
2011-03-09 22:24:13 +01:00

8 lines
179 B
Plaintext

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