~ubuntu-branches/ubuntu/precise/koffice/precise

« back to all changes in this revision

Viewing changes to kchart/kdchart/uitools/uitools.pro

  • Committer: Bazaar Package Importer
  • Author(s): Jonathan Riddell
  • Date: 2010-09-21 15:36:35 UTC
  • mfrom: (1.4.1 upstream) (60.2.11 maverick)
  • Revision ID: james.westby@ubuntu.com-20100921153635-6tejqkiro2u21ydi
Tags: 1:2.2.2-0ubuntu3
Add kubuntu_03_fix-crash-on-closing-sqlite-connection-2.2.2.diff and
kubuntu_04_support-large-memo-values-for-msaccess-2.2.2.diff as
recommended by upstream http://kexi-
project.org/wiki/wikiview/index.php@Kexi2.2_Patches.html#sqlite_stab
ility

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
TEMPLATE = lib
2
 
TARGET = kdchartuitools
3
 
CONFIG(debug, debug|release) {
4
 
  !unix:TARGET = kdchartuitoolsd
5
 
}
6
 
 
7
 
include( ../variables.pri )
8
 
 
9
 
# can't do that, man:
10
 
# KDCHARTDIR = ..
11
 
KDCHARTBASE = ..
12
 
 
13
 
# Use the filename "kdchartd.dll" (or "kdchartd.lib") on Windows
14
 
# to avoid name clashes between debug/non-debug versions of the
15
 
# KD Chart library:
16
 
KDCHARTLIB = kdchart
17
 
CONFIG(debug, debug|release) {
18
 
    !unix: KDCHARTLIB = "kdchartd"
19
 
}
20
 
LIBS += -L$$KDCHARTBASE/lib -l$$KDCHARTLIB
21
 
 
22
 
 
23
 
DEFINES += UITOOLS_BUILD_UITOOLS_LIB
24
 
 
25
 
QT += xml 
26
 
CONFIG += designer
27
 
 
28
 
INCLUDEPATH+= $(QTDIR)/src/3rdparty/zlib \
29
 
              $$KDCHARTBASE/extra_include \
30
 
              $$KDCHARTBASE/src \
31
 
              .
32
 
DEPENDPATH += $(QTDIR)/src/3rdparty/zlib \
33
 
              .
34
 
 
35
 
UI_DIR = .
36
 
 
37
 
KDAB_EVAL{
38
 
  HEADERS += ../evaldialog/evaldialog.h
39
 
  SOURCES += ../evaldialog/evaldialog.cpp
40
 
  DEFINES += KDAB_EVAL
41
 
}
42
 
 
43
 
 
44
 
FORMS += KDChartLegendPropertiesWidget.ui \
45
 
         KDChartHeaderFooterPropertiesWidget.ui \
46
 
         KDChartAxisPropertiesWidget.ui \
47
 
         KDChartDiagramPropertiesWidget.ui \
48
 
         
49
 
HEADERS += KDChartLegendPropertiesWidget.h \
50
 
           KDChartLegendPropertiesWidget_p.h \
51
 
           KDChartAxisPropertiesWidget.h \
52
 
           KDChartAxisPropertiesWidget_p.h \
53
 
           KDChartHeaderFooterPropertiesWidget.h \
54
 
           KDChartHeaderFooterPropertiesWidget_p.h \
55
 
           KDChartWidgetSerializer.h \
56
 
           KDChartChartSerializer.h \
57
 
           KDChartDiagramPropertiesWidget.h \
58
 
           KDChartDiagramPropertiesWidget_p.h \ 
59
 
           
60
 
SOURCES += KDChartLegendPropertiesWidget.cpp \
61
 
           KDChartAxisPropertiesWidget.cpp \
62
 
           KDChartHeaderFooterPropertiesWidget.cpp \
63
 
           KDChartWidgetSerializer.cpp \
64
 
           KDChartChartSerializer.cpp \ 
65
 
           KDChartDiagramPropertiesWidget.cpp \