mirror of
https://github.com/jkriege2/JKQtPlotter.git
synced 2024-11-16 10:35:49 +08:00
0e2237e92f
- fixed JKQTPColumnMathImage with modifiers - improved documentation - make use of link_prl/create_prl in QMake projects (see http://doc.qt.io/qt-5/qmake-advanced-usage.html)
14 lines
241 B
Prolog
14 lines
241 B
Prolog
TARGET = jkqtmathtextlib
|
|
CONFIG (debug, debug|release): TARGET = jkqtmathtextlib_debug
|
|
|
|
TEMPLATE = lib
|
|
CONFIG+=dll
|
|
CONFIG += create_prl
|
|
|
|
win32 {
|
|
DEFINES += LIB_IN_DLL
|
|
DEFINES += LIB_EXPORT_LIBRARY
|
|
}
|
|
|
|
include(../lib/jkqtmathtext.pri)
|