summaryrefslogtreecommitdiffabout
path: root/microkde/microkdeE.pro
authorzautrix <zautrix>2004-06-26 19:01:18 (UTC)
committer zautrix <zautrix>2004-06-26 19:01:18 (UTC)
commitb9aad1f15dc600e4dbe4c62d3fcced6363188ba3 (patch) (unidiff)
tree2c3d4004fb21c72cba65793859f9bcd8ffd3a49c /microkde/microkdeE.pro
downloadkdepimpi-b9aad1f15dc600e4dbe4c62d3fcced6363188ba3.zip
kdepimpi-b9aad1f15dc600e4dbe4c62d3fcced6363188ba3.tar.gz
kdepimpi-b9aad1f15dc600e4dbe4c62d3fcced6363188ba3.tar.bz2
Initial revision
Diffstat (limited to 'microkde/microkdeE.pro') (more/less context) (ignore whitespace changes)
-rw-r--r--microkde/microkdeE.pro166
1 files changed, 166 insertions, 0 deletions
diff --git a/microkde/microkdeE.pro b/microkde/microkdeE.pro
new file mode 100644
index 0000000..8d04123
--- a/dev/null
+++ b/microkde/microkdeE.pro
@@ -0,0 +1,166 @@
1 TEMPLATE= lib
2CONFIG += qt warn_on
3INCLUDEPATH += . ../qtcompat ../kabc ./kdecore ./kdeui ./kio/kfile $(QPEDIR)/include
4
5DEPENDPATH += $(QPEDIR)/include
6LIBS += -lmicroqtcompat -L$(QPEDIR)/lib
7
8DEFINES += KDE_QT_ONLY
9
10 TARGET = microkde
11OBJECTS_DIR = obj/$(PLATFORM)
12MOC_DIR = moc/$(PLATFORM)
13DESTDIR=$(QPEDIR)/lib
14
15
16INTERFACES = \
17
18HEADERS = \
19qlayoutengine_p.h \
20KDGanttMinimizeSplitter.h \
21 kapplication.h \
22 kaudioplayer.h \
23 kcalendarsystem.h \
24 kcalendarsystemgregorian.h \
25 kcolorbutton.h \
26 kcolordialog.h \
27 kcombobox.h \
28 kconfig.h \
29 kdatetbl.h \
30 kdebug.h \
31 kdialog.h \
32 kdialogbase.h \
33 kdirwatch.h \
34 keditlistbox.h \
35 kemailsettings.h \
36 kfiledialog.h \
37 kfontdialog.h \
38 kglobal.h \
39 kglobalsettings.h \
40 kiconloader.h \
41 klineedit.h \
42 klineeditdlg.h \
43 kmessagebox.h \
44 knotifyclient.h \
45 kprinter.h \
46 kprocess.h \
47 krestrictedline.h \
48 krun.h \
49 ksimpleconfig.h \
50 kstaticdeleter.h \
51 ksystemtray.h \
52 ktempfile.h \
53 ktextedit.h \
54 kunload.h \
55 kurl.h \
56 ofileselector_p.h \
57 ofontselector.h \
58 kdeui/kguiitem.h \
59 kdeui/kaction.h \
60 kdeui/kactionclasses.h \
61 kdeui/kactioncollection.h \
62 kdeui/kcmodule.h \
63 kdeui/kstdaction.h \
64 kdeui/kbuttonbox.h \
65 kdeui/klistbox.h \
66 kdeui/klistview.h \
67 kdeui/kjanuswidget.h \
68 kdeui/kseparator.h \
69 kdeui/kmainwindow.h \
70 kdeui/knuminput.h \
71 kdeui/knumvalidator.h \
72 kdeui/ksqueezedtextlabel.h \
73 kdeui/ktoolbar.h \
74 kdeui/ktoolbarbutton.h \
75 kdeui/ktoolbarhandler.h \
76 kdeui/kxmlguiclient.h \
77 kio/job.h \
78 kio/kfile/kurlrequester.h \
79 kresources/resource.h \
80 kresources/factory.h \
81 kresources/managerimpl.h \
82 kresources/manager.h \
83 kresources/selectdialog.h \
84 kresources/configpage.h \
85 kresources/configwidget.h \
86 kresources/configdialog.h \
87 kresources/kcmkresources.h \
88 kdecore/kmdcodec.h \
89 kdecore/kconfigbase.h \
90 kdecore/klocale.h \
91 kdecore/klibloader.h \
92 kdecore/kcatalogue.h \
93 kdecore/ksharedptr.h \
94 kdecore/kshell.h \
95 kdecore/kstandarddirs.h \
96 kdecore/kstringhandler.h \
97 kdecore/kshortcut.h \
98 kutils/kcmultidialog.h
99
100
101
102
103SOURCES = \
104KDGanttMinimizeSplitter.cpp \
105 kapplication.cpp \
106 kcalendarsystem.cpp \
107 kcalendarsystemgregorian.cpp \
108 kcolorbutton.cpp \
109 kcolordialog.cpp \
110 kconfig.cpp \
111 kdatetbl.cpp \
112 kdialog.cpp \
113 kdialogbase.cpp \
114 keditlistbox.cpp \
115 kemailsettings.cpp \
116 kfontdialog.cpp \
117 kfiledialog.cpp \
118 kglobal.cpp \
119 kglobalsettings.cpp \
120 kiconloader.cpp \
121 kmessagebox.cpp \
122 kprocess.cpp \
123 krun.cpp \
124 ksystemtray.cpp \
125 ktempfile.cpp \
126 kurl.cpp \
127 ktextedit.cpp \
128 ofileselector_p.cpp \
129 ofontselector.cpp \
130 kdecore/kcatalogue.cpp \
131 kdecore/klibloader.cpp \
132 kdecore/klocale.cpp \
133 kdecore/kmdcodec.cpp \
134 kdecore/kshell.cpp \
135 kdecore/kstandarddirs.cpp \
136 kdecore/kstringhandler.cpp \
137 kdeui/kaction.cpp \
138 kdeui/kactionclasses.cpp \
139 kdeui/kactioncollection.cpp \
140 kdeui/kbuttonbox.cpp \
141 kdeui/kcmodule.cpp \
142 kdeui/kguiitem.cpp \
143 kdeui/kjanuswidget.cpp \
144 kdeui/klistbox.cpp \
145 kdeui/klistview.cpp \
146 kdeui/kmainwindow.cpp \
147 kdeui/knuminput.cpp \
148 kdeui/knumvalidator.cpp \
149 kdeui/kseparator.cpp \
150 kdeui/kstdaction.cpp \
151 kdeui/ksqueezedtextlabel.cpp \
152 kdeui/ktoolbar.cpp \
153 kdeui/ktoolbarbutton.cpp \
154 kdeui/ktoolbarhandler.cpp \
155 kdeui/kxmlguiclient.cpp \
156 kio/kfile/kurlrequester.cpp \
157 kresources/configpage.cpp \
158 kresources/configdialog.cpp \
159 kresources/configwidget.cpp \
160 kresources/factory.cpp \
161 kresources/kcmkresources.cpp \
162 kresources/managerimpl.cpp \
163 kresources/resource.cpp \
164 kresources/selectdialog.cpp \
165 kutils/kcmultidialog.cpp
166