updated on Thu Jan 26 00:18:00 UTC 2012
[aur-mirror.git] / qwt5 / qwtconfig-archlinux.pri
blob045e532759a58ad8da58f420db3e2fad3d9b9b1f
1 ######################################################################
2 # Install paths
3 ######################################################################
5 unix {
6     INSTALLBASE    = /usr
9 win32 {
10     INSTALLBASE    = C:/Qwt
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!
22 CONFIG           += warn_on
23 CONFIG           += thread
25 ######################################################################
26 # release/debug mode
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 ######################################################################
39 CONFIG           += QwtDll
41 ######################################################################
42 # QwtPlot enables all classes, that are needed to use the QwtPlot
43 # widget.
44 ######################################################################
46 CONFIG       += QwtPlot
48 ######################################################################
49 # QwtWidgets enables all classes, that are needed to use the all other
50 # widgets (sliders, dials, ...), beside QwtPlot.
51 ######################################################################
53 CONFIG     += QwtWidgets
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
58 # QwtSVGItem.
59 ######################################################################
61 CONFIG     += QwtSVGItem
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 ######################################################################
70 #CONFIG     += QwtMathML
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 ######################################################################
78 CONFIG     += QwtDesigner
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