mirror of
https://github.com/jkriege2/JKQtPlotter.git
synced 2024-11-16 02:25:50 +08:00
34b31812ba
+ CMAKE now properly adds the Build-type when building libraries + removed some more compiler warning
20 lines
531 B
Prolog
20 lines
531 B
Prolog
# uncomment this line to prevent linking in of the XITS fonts
|
|
#DEFINES += NO_XITS_FONTS
|
|
TARGET = jkqtmathtextlib
|
|
CONFIG (debug, debug|release): TARGET = jkqtmathtextlib_debug
|
|
|
|
TEMPLATE = lib
|
|
CONFIG+=dll
|
|
CONFIG += create_prl
|
|
|
|
win32 {
|
|
DEFINES += JKQTCOMMON_LIB_IN_DLL JKQTMATHTEXT_LIB_IN_DLL
|
|
DEFINES += JKQTCOMMON_LIB_EXPORT_LIBRARY JKQTMATHTEXT_LIB_EXPORT_LIBRARY
|
|
}
|
|
|
|
include(../../../lib/jkqtmathtext.pri)
|
|
include(../../../lib/jkqtpcommon.pri)
|
|
|
|
win32-msvc*: DEFINES += _USE_MATH_DEFINES
|
|
win32-msvc*: DEFINES += NOMINMAX
|