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

Copy the libs to the application bundle.
This commit is contained in:
Kai Koehne
2010-09-17 13:46:26 +02:00
parent 0468348a25
commit e17d1491c4
3 changed files with 20 additions and 4 deletions
@@ -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)
+2 -1
View File
@@ -32,7 +32,8 @@ DATA_DIRS = \
gdbmacros \
qmldesigner \
qmlicons \
qml-type-descriptions
qml-type-descriptions \
qmljsdebugger
!isEmpty(copydata) {