mirror of
https://github.com/jkriege2/JKQtPlotter.git
synced 2025-01-12 17:00:32 +08:00
19 lines
503 B
Prolog
19 lines
503 B
Prolog
|
# uncomment this line to prevent linking in of the XITS fonts
|
||
|
#DEFINES += NO_XITS_FONTS
|
||
|
TARGET = jkqtcommonstatisticsandmathlib
|
||
|
CONFIG (debug, debug|release): TARGET = jkqtcommonstatisticsandmathlib_debug
|
||
|
|
||
|
TEMPLATE = lib
|
||
|
CONFIG += dll
|
||
|
CONFIG += create_prl
|
||
|
|
||
|
win32 {
|
||
|
DEFINES += JKQTCOMMON_STATISTICS_AND_MATH_LIB_IN_DLL
|
||
|
DEFINES += JKQTCOMMON_STATISTICS_AND_MATH_LIB_EXPORT_LIBRARY
|
||
|
}
|
||
|
|
||
|
include(../../../lib/jkqtcommon.pri)
|
||
|
|
||
|
win32-msvc*: DEFINES += _USE_MATH_DEFINES
|
||
|
win32-msvc*: DEFINES += NOMINMAX
|