Logo
Explore Help
Sign In
feedc0de/qt-creator
1
0
Fork 0
You've already forked qt-creator
forked from qt-creator/qt-creator
Code Pull Requests Activity
Files
02171c7ccfca291216fcdee619b01354d8319917
qt-creator/share/qtcreator/qmljsdebugger/qmljsdebugger.pri

6 lines
143 B
Plaintext
Raw Normal View History

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.
2010-07-29 12:15:55 +02:00
INCLUDEPATH += $$PWD/include
DEPENDPATH += $$PWD $$PWD/include $$PWD/editor
Compile fix for QmlObserver The problem was that qtLibraryTarget only works for libraries (see mkspecs/features/qt_functions.prf), not apps. Additionally, because we now have an app bundle inside an app bundle for OS X, the install name of the library has to be manually modified. Reviewed-by: con
2010-07-29 15:03:48 +02:00
QT += declarative script
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.
2010-07-29 12:15:55 +02:00
QML Observer: reverted hack, fixed compilation for ibmake see 576642a76a6ed6010de633bfcef7f29f9c3f259c for details
2010-08-04 18:03:47 +02:00
LIBS *= -l$$qtLibraryName(QmlJSDebugger)
Copy Permalink
Powered by Gitea Version: 1.24.6 Page: 34ms Template: 1ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API