2019-02-08 00:24:46 +08:00
|
|
|
# uncomment this line to prevent linking in of the XITS fonts
|
|
|
|
#DEFINES += NO_XITS_FONTS
|
2018-12-29 00:46:47 +08:00
|
|
|
TARGET = jkqtfastplotterlib
|
|
|
|
CONFIG (debug, debug|release): TARGET = jkqtfastplotterlib_debug
|
|
|
|
|
|
|
|
TEMPLATE = lib
|
2018-12-29 01:34:12 +08:00
|
|
|
CONFIG+=staticlib
|
2019-01-26 20:00:40 +08:00
|
|
|
CONFIG += create_prl
|
2018-12-29 00:46:47 +08:00
|
|
|
|
2019-06-21 04:30:06 +08:00
|
|
|
include(../../../lib/jkqtfastplotter.pri)
|
2022-07-23 21:31:56 +08:00
|
|
|
include(../../../lib/jkqtcommon.pri)
|
2019-05-30 17:19:56 +08:00
|
|
|
|
|
|
|
win32-msvc*: DEFINES += _USE_MATH_DEFINES
|
|
|
|
win32-msvc*: DEFINES += NOMINMAX
|