1 ######################################################################
3 ######################################################################
13 target.path = $$INSTALLBASE/lib
14 headers.path = $$INSTALLBASE/include/qwt5
15 doc.path = $$INSTALLBASE/share
17 ######################################################################
18 # qmake internal options
19 ######################################################################
21 CONFIG += qt # Also for Qtopia Core!
25 ######################################################################
27 # The designer plugin is always built in release mode.
28 # If want to change this, you have to edit designer/designer.pro.
29 ######################################################################
31 CONFIG += release # release/debug
33 ######################################################################
34 # Build the static/shared libraries.
35 # If QwtDll is enabled, a shared library is built, otherwise
36 # it will be a static library.
37 ######################################################################
41 ######################################################################
42 # QwtPlot enables all classes, that are needed to use the QwtPlot
44 ######################################################################
48 ######################################################################
49 # QwtWidgets enables all classes, that are needed to use the all other
50 # widgets (sliders, dials, ...), beside QwtPlot.
51 ######################################################################
55 ######################################################################
56 # If you want to display svg images on the plot canvas, enable the
57 # line below. Note that Qwt needs the svg+xml, when enabling
59 ######################################################################
63 ######################################################################
64 # If you have a commercial license you can use the MathML renderer
65 # of the Qt solutions package to enable MathML support in Qwt.
66 # So if you want this, copy qtmmlwidget.h + qtmmlwidget.cpp to
67 # textengines/mathml and enable the line below.
68 ######################################################################
72 ######################################################################
73 # If you want to build the Qwt designer plugin,
74 # enable the line below.
75 # Otherwise you have to build it from the designer directory.
76 ######################################################################
80 ######################################################################
81 # If you want to auto build the examples, enable the line below
82 # Otherwise you have to build them from the examples directory.
83 ######################################################################
85 #CONFIG += QwtExamples