]> git.sur5r.net Git - bacula/bacula/blob - bacula/src/qt-console/qwtconfig.pri
kes Define a machine dependent ioctl request type for use with
[bacula/bacula] / bacula / src / qt-console / qwtconfig.pri
1
2
3 # Inserted by build script
4 #
5 # unix {
6 #    INSTALLBASE    = /usr
7 #}
8 #
9 #win32 {
10 #    INSTALLBASE    = C:/Qwt-5.0.2
11 #}
12
13 target.path    = $$INSTALLBASE/lib
14 headers.path   = $$INSTALLBASE/include
15 # doc.path       = $$INSTALLBASE/doc
16
17 ######################################################################
18 # qmake internal options
19 ######################################################################
20
21 CONFIG           += qt     # Also for Qtopia Core!
22 CONFIG           += warn_on
23 CONFIG           += thread
24
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 ######################################################################
30
31 CONFIG           += release     # release/debug
32
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 ######################################################################
38
39 # CONFIG           += QwtDll
40
41 ######################################################################
42 # QwtPlot enables all classes, that are needed to use the QwtPlot 
43 # widget. 
44 ######################################################################
45
46 CONFIG       += QwtPlot
47
48 ######################################################################
49 # QwtWidgets enables all classes, that are needed to use the all other
50 # widgets (sliders, dials, ...), beside QwtPlot. 
51 ######################################################################
52
53 # CONFIG     += QwtWidgets
54
55 ######################################################################
56 # If you want to display svg imageson the plot canvas, enable the 
57 # line below. Note that Qwt needs the svg+xml, when enabling 
58 # QwtSVGItem.
59 ######################################################################
60
61 #CONFIG     += QwtSVGItem
62
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 ######################################################################
69
70 #CONFIG     += QwtMathML
71
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 ######################################################################
77
78 # CONFIG     += QwtDesigner
79
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 ######################################################################
84
85 # CONFIG     += QwtExamples
86 unix {
87  INSTALLBASE = /home/kern/bacula/x/src/qt-console/qwt
88 }