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
20189574f68c93276cfd856d0ed4f201eeb31db7
qt-creator/share/qtcreator/qml/qmljsdebugger/qmljsdebugger-lib.pri

12 lines
254 B
Plaintext
Raw Normal View History

Changing template/qmljsdbg-lib as suggested in QTCREATORBUG-2885 - Renaming the screen orientation enum and keys - Explicit constructors - Virtual destructors - Renamed some occurences of 'Qml' in comments to 'QML' - Adding descriptive comments to all generated files which should not be touched by the user. - Adding missing license headers to the qmljsdebugger sources Task-Number: QTCREATORBUG-2885 Reviewed-by: Friedemann Kleint Reviewed-by: dt
2010-11-01 17:03:46 +01:00
# This file is part of Qt Creator
# It enables debugging of Qt Quick applications
QmlJSDebug: Move qmljsdebug into a static library Reviewed-by: dt
2011-01-12 16:24:00 +01:00
QT += declarative
QmlJsDebugger: Remove dependency to Qt private headers being installed Copy over the private header files to creator source tree, along the lines of the what the designer plugin does. Reviewed-by: Christiaan Janssen
2010-09-27 10:46:08 +02:00
INCLUDEPATH += $$PWD/include
QmlJSDebug: Fix compilation for debug builds on Windows Make sure we pick up the debugger version of qmljsdebugger library.
2011-02-22 17:09:47 +01:00
DEBUGLIB=QmlJSDebugger
CONFIG(debug, debug|release) {
windows:DEBUGLIB = QmlJSDebuggerd
}
LIBS += -L$$PWD -l$$DEBUGLIB
Copy Permalink
Powered by Gitea Version: 1.24.3 Page: 47ms 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