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:
Lasse Holmstedt
2010-07-29 12:15:55 +02:00
parent 36b638d985
commit 1972c2f897
81 changed files with 462 additions and 147 deletions

View File

@@ -0,0 +1,5 @@
INCLUDEPATH += $$PWD/include
DEPENDPATH += $$PWD $$PWD/include $$PWD/editor
QT += declarative
LIBS *= -l$$qtLibraryTarget(QmlJSDebugger)