JKQtPlotter/sharedlib/jkqtplotterlib/jkqtplotterlib.pro
jkriege2 356cc34349 new: Statistics library with functions to calculate histograms, regression, kernel density estimates, ... including a new example
new: iterator interface and improved documentation for JKQTPDatastore
reorganization of library (better separation of common code in jkqtpcommon and other code e.g. in jkqtplotter or jkqtmathtext)
2019-05-29 22:40:02 +02:00

18 lines
452 B
Prolog

# uncomment this line to prevent linking in of the XITS fonts
#DEFINES += NO_XITS_FONTS
TARGET = jkqtplotterlib
CONFIG (debug, debug|release): TARGET = jkqtplotterlib_debug
TEMPLATE = lib
CONFIG += dll
CONFIG += create_prl
win32 {
DEFINES += JKQTP_LIB_IN_DLL
DEFINES += JKQTP_LIB_EXPORT_LIBRARY
}
include(../../lib/jkqtplotter.pri)
include(../../lib/jkqtpcommon.pri)
include(../../lib/jkqtmathtext.pri)
include(../../lib/jkqtfastplotter.pri)