forked from qt-creator/qt-creator
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user