mirror of
https://github.com/jkriege2/JKQtPlotter.git
synced 2024-11-16 02:25:50 +08:00
4e1c09c24b
- JKQTPGeoLine, JKQTPGeoPolyLines and JKQTPGeoInfiniteLine support decorators - improved decorator drawing - more decorator types - improved example geometry - added specific example geo_arrows - improved documentation - code cleanup
9 lines
211 B
INI
9 lines
211 B
INI
TEMPLATE = subdirs
|
|
|
|
SUBDIRS += jkqtplotterlib geo_arrows
|
|
|
|
jkqtplotterlib.file = ../../qmake/staticlib/jkqtplotterlib/jkqtplotterlib.pro
|
|
|
|
geo_arrows.file=$$PWD/geo_arrows.pro
|
|
geo_arrows.depends = jkqtplotterlib
|