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

« back to all changes in this revision

Viewing changes to kugar/lib/lib.pro

  • Committer: Bazaar Package Importer
  • Author(s): Jonathan Riddell
  • Date: 2006-04-20 21:38:53 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20060420213853-j5lxluqvymxt2zny
Tags: 1:1.5.0-0ubuntu2
UbuntuĀ uploadĀ 

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
 
}