qwtpolar.prf 870 B

12345678910111213141516171819202122232425262728293031323334353637
  1. # -*- mode: sh -*- ##############################################
  2. # QwtPolar Widget Library
  3. # Copyright (C) 2008 Uwe Rathmann
  4. #
  5. # This library is free software; you can redistribute it and/or
  6. # modify it under the terms of the Qwt License, Version 1.0
  7. #################################################################
  8. include ( ./qwtpolarconfig.pri )
  9. include ( ./qwtpolarfunctions.pri )
  10. contains(QWT_POLAR_CONFIG, QwtPolarDll) {
  11. DEFINES *= QWT_POLAR_DLL
  12. }
  13. contains(QWT_CONFIG, QwtPolarSvg) {
  14. QT *= svg
  15. }
  16. else {
  17. DEFINES *= QWT_POLAR_NO_SVG
  18. }
  19. contains(QWT_CONFIG, QwtPolarFramework) {
  20. INCLUDEPATH *= $${QWT_POLAR_INSTALL_LIBS}/qwtpolar.framework/Headers
  21. LIBS *= -F$${QWT_POLAR_INSTALL_LIBS}
  22. }
  23. else {
  24. INCLUDEPATH *= $${QWT_POLAR_INSTALL_HEADERS}
  25. LIBS *= -L$${QWT_POLAR_INSTALL_LIBS}
  26. }
  27. qwtPolarAddLibrary(qwtpolar)