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