forked from qt-creator/qt-creator
Fix exports for shared libraries
We use "shared" to define a shared library and not dll. Change-Id: Ia97ebd0042a7ef0f33eadaa448d9a44b42331ad1 Reviewed-by: Tim Jenssen <tim.jenssen@qt.io> Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@qt.io>
This commit is contained in:
@@ -2,7 +2,7 @@ include(../../qtcreatorplugin.pri)
|
||||
|
||||
DEFINES += QMLJSTOOLS_LIBRARY
|
||||
|
||||
!contains(CONFIG, dll) {
|
||||
!shared {
|
||||
DEFINES += QMLJSTOOLS_STATIC
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user