forked from qt-creator/qt-creator
QmlJSDebugger: Fix compilation of user programs using the observer on Mac
Copy the libs to the application bundle.
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
# 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) {
|
||||
DEFINES += BUILD_QMLJSDEBUGGER_STATIC_LIB
|
||||
}
|
||||
|
||||
## Once is not enough
|
||||
include($$PWD/../../../src/private_headers.pri)
|
||||
include($$PWD/../../../src/private_headers.pri)
|
||||
include($$PWD/private_headers.pri)
|
||||
|
||||
include($$PWD/editor/editor.pri)
|
||||
|
||||
|
||||
@@ -32,7 +32,8 @@ DATA_DIRS = \
|
||||
gdbmacros \
|
||||
qmldesigner \
|
||||
qmlicons \
|
||||
qml-type-descriptions
|
||||
qml-type-descriptions \
|
||||
qmljsdebugger
|
||||
|
||||
!isEmpty(copydata) {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user