qwtpolarconfig.pri 3.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293
  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. ######################################################################
  9. # Install paths
  10. ######################################################################
  11. QWT_POLAR_VER_MAJ = 1
  12. QWT_POLAR_VER_MIN = 1
  13. QWT_POLAR_VER_PAT = 1
  14. QWT_POLAR_VERSION = $${QWT_POLAR_VER_MAJ}.$${QWT_POLAR_VER_MIN}.$${QWT_POLAR_VER_PAT}
  15. unix {
  16. QWT_POLAR_INSTALL_PREFIX = /home/chan/temp/FastCAELinuxExtlibSource/qwtpolar-1.1.1/install
  17. }
  18. win32 {
  19. QWT_POLAR_INSTALL_PREFIX = C:/QwtPolar-$$QWT_POLAR_VERSION
  20. }
  21. QWT_POLAR_INSTALL_DOCS = $${QWT_POLAR_INSTALL_PREFIX}/doc
  22. QWT_POLAR_INSTALL_HEADERS = $${QWT_POLAR_INSTALL_PREFIX}/include
  23. QWT_POLAR_INSTALL_LIBS = $${QWT_POLAR_INSTALL_PREFIX}/lib
  24. ######################################################################
  25. # Designer plugin
  26. ######################################################################
  27. QWT_POLAR_INSTALL_PLUGINS = $${QWT_POLAR_INSTALL_PREFIX}/plugins/designer
  28. # QWT_POLAR_INSTALL_PLUGINS = $${QT_INSTALL_PREFIX}/plugins/designer
  29. ######################################################################
  30. # Build the static/shared libraries.
  31. # If QwtPolarDll is enabled, a shared library is built, otherwise
  32. # it will be a static library.
  33. ######################################################################
  34. QWT_POLAR_CONFIG += QwtPolarDll
  35. ######################################################################
  36. # If you want to export a plot to a SVG document
  37. ######################################################################
  38. QWT_POLAR_CONFIG += QwtPolarSvg
  39. ######################################################################
  40. # Features
  41. # When building a QwtPolar application with qmake you might want to load
  42. # the compiler/linker flags, that are required to build a Qwt application
  43. # from qwtpolar.prf. Therefore all you need to do is to add
  44. # "CONFIG += qwtpolar" to your project file and take care, that
  45. # qwtpolar.prf can be found by qmake.
  46. # ( see http://doc.trolltech.com/4.7/qmake-advanced-usage.html#adding-new-configuration-features )
  47. # I recommend not to install the QwtPolar features together with the
  48. # Qt features, because you will have to reinstall the QwtPolar features,
  49. # with every Qt upgrade.
  50. ######################################################################
  51. QWT_POLAR_INSTALL_FEATURES = $${QWT_POLAR_INSTALL_PREFIX}/features
  52. # QWT_INSTALL_FEATURES = $${QT_INSTALL_PREFIX}/features
  53. ######################################################################
  54. # If you want to build the QwtPolar designer plugin,
  55. # enable the line below.
  56. # Otherwise you have to build it from the designer directory.
  57. ######################################################################
  58. QWT_POLAR_CONFIG += QwtPolarDesigner
  59. ######################################################################
  60. # If you want to auto build the examples, enable the line below
  61. # Otherwise you have to build them from the examples directory.
  62. ######################################################################
  63. QWT_POLAR_CONFIG += QwtPolarExamples
  64. ######################################################################
  65. # When Qt has been built as framework qmake wants
  66. # to link frameworks instead of regular libs
  67. ######################################################################
  68. macx:CONFIG(qt_framework, qt_framework|qt_no_framework) {
  69. QWT_POLAR_CONFIG += QwtPolarFramework
  70. }
  71. INCLUDEPATH+= /home/chan/temp/FastCAELinuxExtlibSource/qwt-6.1.6/install/include/
  72. LIBS += -L/home/chan/temp/FastCAELinuxExtlibSource/qwt-6.1.6/install/lib -lqwt