~ubuntu-branches/ubuntu/breezy/koffice/breezy

« back to all changes in this revision

Viewing changes to kugar/lib/lib.pro

  • Committer: Bazaar Package Importer
  • Author(s): Ben Burton
  • Date: 2004-05-09 11:33:00 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20040509113300-vfrdadqsvjfuhn3b
Tags: 1:1.3.1-1
* New upstream bugfix release.
* Built against newer imagemagick (closes: #246623).
* Made koffice-libs/kformula recommend/depend on latex-xft-fonts, which
  provides mathematical fonts that the formula editor can use.  Also
  patched the kformula part to make these fonts the default.
* Changed kword menu hint from "WordProcessors" to "Word processors"
  (closes: #246209).
* Spellchecker configuration is now fixed (closes: #221256, #227568).

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# File generated by kdevelop's qmake manager. 
 
2
# ------------------------------------------- 
 
3
# Subdir relative project main directory: ./lib
 
4
# Target is a library:  
 
5
 
 
6
LANGUAGE = C++
 
7
SOURCES += mcalcobject.cpp \
 
8
           mfieldobject.cpp \
 
9
           mlabelobject.cpp \
 
10
           mlineobject.cpp \
 
11
           mpagecollection.cpp \
 
12
           mpagedisplay.cpp \
 
13
           mreportdetail.cpp \
 
14
           mreportengine.cpp \
 
15
           mreportobject.cpp \
 
16
           mreportsection.cpp \
 
17
           mreportviewer.cpp \
 
18
           mspecialobject.cpp \
 
19
           mutil.cpp \
 
20
           mdatabasereportengine.cpp \
 
21
           sqlcursor.cpp 
 
22
HEADERS += kugarqt.h \
 
23
           mcalcobject.h \
 
24
           mfieldobject.h \
 
25
           mlabelobject.h \
 
26
           mlineobject.h \
 
27
           mpagecollection.h \
 
28
           mpagedisplay.h \
 
29
           mreportdetail.h \
 
30
           mreportengine.h \
 
31
           mreportobject.h \
 
32
           mreportsection.h \
 
33
           mreportviewer.h \
 
34
           mspecialobject.h \
 
35
           mutil.h \
 
36
           mdatabasereportengine.h \
 
37
           sqlcursor.h 
 
38
TEMPLATE = lib 
 
39
CONFIG += release \
 
40
          warn_on \
 
41
          qt \
 
42
          thread \
 
43
          staticlib
 
44
DEFINES = PURE_QT 
 
45
OBJECTS_DIR = .obj 
 
46
UI_DIR = .ui 
 
47
MOC_DIR = .moc 
 
48
MAKEFILE = Makefile.qt 
 
49
win32{
 
50
  TARGET = libkugarqt
 
51
}
 
52
unix{
 
53
  TARGET = kugarqt
 
54
}