JKQtPlotter/sharedlib/jkqtfastplotterlib_sharedlib.pro
2018-12-29 21:37:00 +03:30

13 lines
229 B
Prolog

TARGET = jkqtfastplotterlib
CONFIG (debug, debug|release): TARGET = jkqtfastplotterlib_debug
TEMPLATE = lib
CONFIG+=dll
win32 {
DEFINES += LIB_IN_DLL
DEFINES += LIB_EXPORT_LIBRARY
}
include(../lib/jkqtfastplotter.pri)