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
719b77579220ca1b8e8d2c6b260d226f22677723
qt-creator/src/libs/qmljsdebugger/qmljsdebugger.pri

6 lines
145 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
LIBS *= -l$$qtLibraryTarget(QmlJSDebugger)
Copy Permalink
Powered by Gitea Version: 1.24.6 Page: 32ms 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