mirror of
https://github.com/jkriege2/JKQtPlotter.git
synced 2024-11-15 18:15:52 +08:00
3050debd16
- added example for simple RGB math image plot with RGB/CMY-color mapping - fixed some of the OpenCV examples (improved QMake-project files)
9 lines
305 B
INI
9 lines
305 B
INI
TEMPLATE = subdirs
|
|
|
|
SUBDIRS += jkqtplotterlib jkqtplotter_simpletest_rgbimageplot
|
|
|
|
jkqtplotterlib.file = ../../staticlib/jkqtplotterlib/jkqtplotterlib.pro
|
|
|
|
jkqtplotter_simpletest_rgbimageplot.file=$$PWD/jkqtplotter_simpletest_rgbimageplot.pro
|
|
jkqtplotter_simpletest_rgbimageplot.depends = jkqtplotterlib
|