mirror of
https://github.com/jkriege2/JKQtPlotter.git
synced 2024-11-15 18:15:52 +08:00
Windows: Export symbols when compiling shared library
This commit is contained in:
parent
31a066846e
commit
f3d07e97ba
@ -4,4 +4,9 @@ CONFIG (debug, debug|release): TARGET = jkqtfastplotterlib_debug
|
||||
TEMPLATE = lib
|
||||
CONFIG+=dll
|
||||
|
||||
win32 {
|
||||
DEFINES += LIB_IN_DLL
|
||||
DEFINES += LIB_EXPORT_LIBRARY
|
||||
}
|
||||
|
||||
include(../lib/jkqtfastplotter.pri)
|
||||
|
@ -4,4 +4,9 @@ CONFIG (debug, debug|release): TARGET = jkqtmathtextlib_debug
|
||||
TEMPLATE = lib
|
||||
CONFIG+=dll
|
||||
|
||||
win32 {
|
||||
DEFINES += LIB_IN_DLL
|
||||
DEFINES += LIB_EXPORT_LIBRARY
|
||||
}
|
||||
|
||||
include(../lib/jkqtmathtext.pri)
|
||||
|
@ -4,4 +4,9 @@ CONFIG (debug, debug|release): TARGET = jkqtplotterlib_debug
|
||||
TEMPLATE = lib
|
||||
CONFIG += dll
|
||||
|
||||
win32 {
|
||||
DEFINES += LIB_IN_DLL
|
||||
DEFINES += LIB_EXPORT_LIBRARY
|
||||
}
|
||||
|
||||
include(../lib/jkqtplotter.pri)
|
||||
|
Loading…
Reference in New Issue
Block a user