mirror of
https://github.com/jkriege2/JKQtPlotter.git
synced 2024-11-16 10:35:49 +08:00
4a63afc709
- improved documentation & HTML-sytle - removed datarange-facilities (not really useful!)
14 lines
253 B
Prolog
14 lines
253 B
Prolog
TARGET = jkqtmathtextlib
|
|
CONFIG (debug, debug|release): TARGET = jkqtmathtextlib_debug
|
|
|
|
TEMPLATE = lib
|
|
CONFIG+=dll
|
|
CONFIG += create_prl
|
|
|
|
win32 {
|
|
DEFINES += JKQTP_LIB_IN_DLL
|
|
DEFINES += JKQTP_LIB_EXPORT_LIBRARY
|
|
}
|
|
|
|
include(../lib/jkqtmathtext.pri)
|