Skip to content
Snippets Groups Projects
Commit e17d1491 authored by Kai Koehne's avatar Kai Koehne
Browse files

QmlJSDebugger: Fix compilation of user programs using the observer on Mac

Copy the libs to the application bundle.
parent 0468348a
No related branches found
No related tags found
No related merge requests found
# Try to find location of Qt private headers (see README)
isEmpty(QT_PRIVATE_HEADERS) {
QT_PRIVATE_HEADERS = $$[QT_INSTALL_HEADERS]
}
INCLUDEPATH += \
$${QT_PRIVATE_HEADERS} \
$${QT_PRIVATE_HEADERS}/QtCore \
$${QT_PRIVATE_HEADERS}/QtGui \
$${QT_PRIVATE_HEADERS}/QtScript \
$${QT_PRIVATE_HEADERS}/QtDeclarative
DEPENDPATH += \
$${QT_PRIVATE_HEADERS} \
$${QT_PRIVATE_HEADERS}/QtCore \
$${QT_PRIVATE_HEADERS}/QtGui \
$${QT_PRIVATE_HEADERS}/QtScript \
$${QT_PRIVATE_HEADERS}/QtDeclarative
...@@ -8,9 +8,7 @@ contains(CONFIG, dll) { ...@@ -8,9 +8,7 @@ contains(CONFIG, dll) {
DEFINES += BUILD_QMLJSDEBUGGER_STATIC_LIB DEFINES += BUILD_QMLJSDEBUGGER_STATIC_LIB
} }
## Once is not enough include($$PWD/private_headers.pri)
include($$PWD/../../../src/private_headers.pri)
include($$PWD/../../../src/private_headers.pri)
include($$PWD/editor/editor.pri) include($$PWD/editor/editor.pri)
......
...@@ -32,7 +32,8 @@ DATA_DIRS = \ ...@@ -32,7 +32,8 @@ DATA_DIRS = \
gdbmacros \ gdbmacros \
qmldesigner \ qmldesigner \
qmlicons \ qmlicons \
qml-type-descriptions qml-type-descriptions \
qmljsdebugger
!isEmpty(copydata) { !isEmpty(copydata) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment