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