mirror of
https://github.com/jkriege2/JKQtPlotter.git
synced 2024-11-15 18:15:52 +08:00
13 lines
219 B
Prolog
13 lines
219 B
Prolog
TARGET = jkqtplotterlib
|
|
CONFIG (debug, debug|release): TARGET = jkqtplotterlib_debug
|
|
|
|
TEMPLATE = lib
|
|
CONFIG += dll
|
|
|
|
win32 {
|
|
DEFINES += LIB_IN_DLL
|
|
DEFINES += LIB_EXPORT_LIBRARY
|
|
}
|
|
|
|
include(../lib/jkqtplotter.pri)
|