QmlJSDebugger: Fix linkage error

Make sure that the private API used from Qt is compiled with
Q_DECL_IMPORT.

Task-number: QTCREATORBUG-2609
This commit is contained in:
Kai Koehne
2010-10-05 16:21:24 +02:00
parent c1954e09fc
commit c6c2486d5d
4 changed files with 8 additions and 5 deletions

View File

@@ -11,9 +11,7 @@ contains(CONFIG, dll) {
## Input
HEADERS += \
include/jsdebuggeragent.h \
include/qmljsdebugger_global.h \
include/qt_private/qdeclarativedebughelper_p.h \
include/qt_private/qdeclarativedebugservice_p.h
include/qmljsdebugger_global.h
SOURCES += \
jsdebuggeragent.cpp