mirror of
https://github.com/jkriege2/JKQtPlotter.git
synced 2024-11-16 02:25:50 +08:00
13 lines
220 B
Prolog
13 lines
220 B
Prolog
TARGET = jkqtmathtextlib
|
|
CONFIG (debug, debug|release): TARGET = jkqtmathtextlib_debug
|
|
|
|
TEMPLATE = lib
|
|
CONFIG+=dll
|
|
|
|
win32 {
|
|
DEFINES += LIB_IN_DLL
|
|
DEFINES += LIB_EXPORT_LIBRARY
|
|
}
|
|
|
|
include(../lib/jkqtmathtext.pri)
|