JKQtPlotter/sharedlib/jkqtfastplotterlib_sharedlib.pro
jkriege2 0e2237e92f - more refactorings to modernize C++
- 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)
2019-01-26 18:00:42 +01:00

14 lines
250 B
Prolog

TARGET = jkqtfastplotterlib
CONFIG (debug, debug|release): TARGET = jkqtfastplotterlib_debug
TEMPLATE = lib
CONFIG+=dll
CONFIG += create_prl
win32 {
DEFINES += LIB_IN_DLL
DEFINES += LIB_EXPORT_LIBRARY
}
include(../lib/jkqtfastplotter.pri)