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