@@ -372,94 +372,35 @@ IF (WITH_QWTPOLAR)
372
372
SET (WITH_INTERNAL_QWTPOLAR DEFAULT_WITH_INTERNAL_QWTPOLAR CACHE BOOL "Use internal build of QwtPolar" )
373
373
374
374
IF (WITH_INTERNAL_QWTPOLAR )
375
- IF (QWT_VERSION_STR VERSION_LESS "6.0.0" )
376
- SET (QGIS_APP_SRCS
377
- ${QGIS_APP_SRCS}
378
- gps/qwtpolar-0.1/qwt_polar_canvas.cpp
379
- gps/qwtpolar-0.1/qwt_polar_curve.cpp
380
- gps/qwtpolar-0.1/qwt_polar_fitter.cpp
381
- gps/qwtpolar-0.1/qwt_polar_grid.cpp
382
- gps/qwtpolar-0.1/qwt_polar_itemdict.cpp
383
- gps/qwtpolar-0.1/qwt_polar_item.cpp
384
- gps/qwtpolar-0.1/qwt_polar_layout.cpp
385
- gps/qwtpolar-0.1/qwt_polar_magnifier.cpp
386
- gps/qwtpolar-0.1/qwt_polar_marker.cpp
387
- gps/qwtpolar-0.1/qwt_polar_panner.cpp
388
- gps/qwtpolar-0.1/qwt_polar_plot.cpp
389
- gps/qwtpolar-0.1/qwt_polar_point.cpp
390
- gps/qwtpolar-0.1/qwt_polar_spectrogram.cpp
391
- )
392
-
393
- SET (QGIS_APP_MOC_HDRS
394
- ${QGIS_APP_MOC_HDRS}
395
- gps/qwtpolar-0.1/qwt_polar_canvas.h
396
- gps/qwtpolar-0.1/qwt_polar_magnifier.h
397
- gps/qwtpolar-0.1/qwt_polar_panner.h
398
- gps/qwtpolar-0.1/qwt_polar_plot.h
399
- )
400
-
401
- SET (QWTPOLAR_INCLUDE_DIR gps/qwtpolar-0.1 )
402
- ELSEIF (QWT_VERSION_STR VERSION_LESS "6.1.0" )
403
- SET (QGIS_APP_SRCS
404
- ${QGIS_APP_SRCS}
405
- gps/qwtpolar-1.0/qwt_polar_canvas.cpp
406
- gps/qwtpolar-1.0/qwt_polar_curve.cpp
407
- gps/qwtpolar-1.0/qwt_polar_fitter.cpp
408
- gps/qwtpolar-1.0/qwt_polar_grid.cpp
409
- gps/qwtpolar-1.0/qwt_polar_item.cpp
410
- gps/qwtpolar-1.0/qwt_polar_itemdict.cpp
411
- gps/qwtpolar-1.0/qwt_polar_layout.cpp
412
- gps/qwtpolar-1.0/qwt_polar_magnifier.cpp
413
- gps/qwtpolar-1.0/qwt_polar_marker.cpp
414
- gps/qwtpolar-1.0/qwt_polar_panner.cpp
415
- gps/qwtpolar-1.0/qwt_polar_picker.cpp
416
- gps/qwtpolar-1.0/qwt_polar_plot.cpp
417
- gps/qwtpolar-1.0/qwt_polar_renderer.cpp
418
- gps/qwtpolar-1.0/qwt_polar_spectrogram.cpp
419
- )
420
-
421
- SET (QGIS_APP_MOC_HDRS
422
- ${QGIS_APP_MOC_HDRS}
423
- gps/qwtpolar-1.0/qwt_polar_canvas.h
424
- gps/qwtpolar-1.0/qwt_polar_magnifier.h
425
- gps/qwtpolar-1.0/qwt_polar_panner.h
426
- gps/qwtpolar-1.0/qwt_polar_picker.h
427
- gps/qwtpolar-1.0/qwt_polar_plot.h
428
- gps/qwtpolar-1.0/qwt_polar_renderer.h
429
- )
430
-
431
- SET (QWTPOLAR_INCLUDE_DIR gps/qwtpolar-1.0 )
432
- ELSE (QWT_VERSION_STR VERSION_LESS "6.1.0" )
433
- SET (QGIS_APP_SRCS
434
- ${QGIS_APP_SRCS}
435
- gps/qwtpolar-1.1.1/qwt_polar_canvas.cpp
436
- gps/qwtpolar-1.1.1/qwt_polar_curve.cpp
437
- gps/qwtpolar-1.1.1/qwt_polar_fitter.cpp
438
- gps/qwtpolar-1.1.1/qwt_polar_grid.cpp
439
- gps/qwtpolar-1.1.1/qwt_polar_item.cpp
440
- gps/qwtpolar-1.1.1/qwt_polar_itemdict.cpp
441
- gps/qwtpolar-1.1.1/qwt_polar_layout.cpp
442
- gps/qwtpolar-1.1.1/qwt_polar_magnifier.cpp
443
- gps/qwtpolar-1.1.1/qwt_polar_marker.cpp
444
- gps/qwtpolar-1.1.1/qwt_polar_panner.cpp
445
- gps/qwtpolar-1.1.1/qwt_polar_picker.cpp
446
- gps/qwtpolar-1.1.1/qwt_polar_plot.cpp
447
- gps/qwtpolar-1.1.1/qwt_polar_renderer.cpp
448
- gps/qwtpolar-1.1.1/qwt_polar_spectrogram.cpp
449
- )
450
-
451
- SET (QGIS_APP_MOC_HDRS
452
- ${QGIS_APP_MOC_HDRS}
453
- gps/qwtpolar-1.1.1/qwt_polar_canvas.h
454
- gps/qwtpolar-1.1.1/qwt_polar_magnifier.h
455
- gps/qwtpolar-1.1.1/qwt_polar_panner.h
456
- gps/qwtpolar-1.1.1/qwt_polar_picker.h
457
- gps/qwtpolar-1.1.1/qwt_polar_plot.h
458
- gps/qwtpolar-1.1.1/qwt_polar_renderer.h
459
- )
460
-
461
- SET (QWTPOLAR_INCLUDE_DIR gps/qwtpolar-1.1.1 )
462
- ENDIF (QWT_VERSION_STR VERSION_LESS "6.0.0" )
375
+ SET (QGIS_APP_SRCS
376
+ ${QGIS_APP_SRCS}
377
+ gps/qwtpolar-1.1.1/qwt_polar_canvas.cpp
378
+ gps/qwtpolar-1.1.1/qwt_polar_curve.cpp
379
+ gps/qwtpolar-1.1.1/qwt_polar_fitter.cpp
380
+ gps/qwtpolar-1.1.1/qwt_polar_grid.cpp
381
+ gps/qwtpolar-1.1.1/qwt_polar_item.cpp
382
+ gps/qwtpolar-1.1.1/qwt_polar_itemdict.cpp
383
+ gps/qwtpolar-1.1.1/qwt_polar_layout.cpp
384
+ gps/qwtpolar-1.1.1/qwt_polar_magnifier.cpp
385
+ gps/qwtpolar-1.1.1/qwt_polar_marker.cpp
386
+ gps/qwtpolar-1.1.1/qwt_polar_panner.cpp
387
+ gps/qwtpolar-1.1.1/qwt_polar_picker.cpp
388
+ gps/qwtpolar-1.1.1/qwt_polar_plot.cpp
389
+ gps/qwtpolar-1.1.1/qwt_polar_renderer.cpp
390
+ gps/qwtpolar-1.1.1/qwt_polar_spectrogram.cpp
391
+ )
392
+
393
+ SET (QGIS_APP_MOC_HDRS
394
+ ${QGIS_APP_MOC_HDRS}
395
+ gps/qwtpolar-1.1.1/qwt_polar_canvas.h
396
+ gps/qwtpolar-1.1.1/qwt_polar_magnifier.h
397
+ gps/qwtpolar-1.1.1/qwt_polar_panner.h
398
+ gps/qwtpolar-1.1.1/qwt_polar_picker.h
399
+ gps/qwtpolar-1.1.1/qwt_polar_plot.h
400
+ gps/qwtpolar-1.1.1/qwt_polar_renderer.h
401
+ )
402
+
403
+ SET (QWTPOLAR_INCLUDE_DIR gps/qwtpolar-1.1.1 )
463
404
464
405
SET (QWTPOLAR_LIBRARY "" )
465
406
ENDIF (WITH_INTERNAL_QWTPOLAR )
0 commit comments