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

« back to all changes in this revision

Viewing changes to kugar/samplesdb/sampledb1.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
SOURCES += main.cpp
 
2
# \
 
3
#       ../lib/mdatabasereportengine.cpp
 
4
#HEADERS        += ../lib/mdatabasereportengine.h
 
5
unix {
 
6
        INCLUDEPATH = ../lib
 
7
        LIBS = -lkugar
 
8
#       QMAKE_LIBDIR = ../lib
 
9
        UI_DIR = .ui
 
10
        MOC_DIR = .moc
 
11
        OBJECTS_DIR = .obj
 
12
}
 
13
win32 {
 
14
        DEFINES = WIN32 RELEASE 
 
15
        INCLUDEPATH = ../lib
 
16
        LIBS += ../lib/kugarqt.lib
 
17
#       RC_FILE = resource.rc
 
18
        debug:MOC_DIR = ./tmp/moc/debug_mt_shared
 
19
        debug:OBJECTS_DIR = ./tmp/obj/debug_mt_shared
 
20
        release:MOC_DIR = ./tmp/moc/release_mt_shared
 
21
        release:OBJECTS_DIR = ./tmp/obj/release_mt_shared
 
22
#       UI_DIR = .ui
 
23
}
 
24
FORMS   = mainform.ui
 
25
TEMPLATE        =app
 
26
CONFIG  += qt warn_on thread release
 
27
LANGUAGE        = C++
 
28
MAKEFILE=Makefile.qt
 
 
b'\\ No newline at end of file'