forked from qt-creator/qt-creator
Refactored QmlJS Live Preview into a library
QMLObserver links against the library dynamically. User's apps can also link to it statically, so that the app can be deployed with debugging features to a device, without having to worry about library deployment.
This commit is contained in:
5
src/libs/qmljsdebugger/qmljsdebugger.pri
Normal file
5
src/libs/qmljsdebugger/qmljsdebugger.pri
Normal file
@@ -0,0 +1,5 @@
|
||||
INCLUDEPATH += $$PWD/include
|
||||
DEPENDPATH += $$PWD $$PWD/include $$PWD/editor
|
||||
QT += declarative
|
||||
|
||||
LIBS *= -l$$qtLibraryTarget(QmlJSDebugger)
|
||||
Reference in New Issue
Block a user