summaryrefslogtreecommitdiffabout
path: root/microkde/microkde.pro
Unidiff
Diffstat (limited to 'microkde/microkde.pro') (more/less context) (ignore whitespace changes)
-rw-r--r--microkde/microkde.pro4
1 files changed, 3 insertions, 1 deletions
diff --git a/microkde/microkde.pro b/microkde/microkde.pro
index 7120bdd..4ff06a3 100644
--- a/microkde/microkde.pro
+++ b/microkde/microkde.pro
@@ -1,57 +1,57 @@
1 TEMPLATE= lib 1 TEMPLATE= lib
2 CONFIG += qt warn_on 2 CONFIG += qt warn_on
3include( ../variables.pri ) 3include( ../variables.pri )
4#INCLUDEPATH += $(QTDIR)/include . 4#INCLUDEPATH += $(QTDIR)/include .
5#DEPENDPATH += $(QTDIR)/include 5#DEPENDPATH += $(QTDIR)/include
6INCLUDEPATH += . ../ ../kabc ./kdecore ./kdeui ./kio/kfile ./kio/kio 6INCLUDEPATH += . ../ ../kabc ./kdecore ./kdeui ./kio/kfile ./kio/kio
7#LIBS += -lqtcompat 7#LIBS += -lqtcompat
8 8
9 TARGET = microkde 9 TARGET = xmicrokde
10DESTDIR= ../bin 10DESTDIR= ../bin
11DEFINES += DESKTOP_VERSION KDE_QT_ONLY 11DEFINES += DESKTOP_VERSION KDE_QT_ONLY
12unix : { 12unix : {
13staticlib: { 13staticlib: {
14INCLUDEPATH += ../kabc/plugins 14INCLUDEPATH += ../kabc/plugins
15DEFINES += STATIC_RESOURCES 15DEFINES += STATIC_RESOURCES
16} 16}
17 17
18 18
19OBJECTS_DIR = obj/unix 19OBJECTS_DIR = obj/unix
20MOC_DIR = moc/unix 20MOC_DIR = moc/unix
21} 21}
22win32: { 22win32: {
23DEFINES += _WIN32_ 23DEFINES += _WIN32_
24OBJECTS_DIR = obj/win 24OBJECTS_DIR = obj/win
25MOC_DIR = moc/win 25MOC_DIR = moc/win
26} 26}
27 27
28 28
29 29
30HEADERS = \ 30HEADERS = \
31qlayoutengine_p.h \ 31qlayoutengine_p.h \
32KDGanttMinimizeSplitter.h \ 32KDGanttMinimizeSplitter.h \
33 kapplication.h \ 33 kapplication.h \
34 kaudioplayer.h \ 34 kaudioplayer.h \
35 kcalendarsystem.h \ 35 kcalendarsystem.h \
36 kcalendarsystemgregorian.h \ 36 kcalendarsystemgregorian.h \
37 kcolorbutton.h \ 37 kcolorbutton.h \
38 kcombobox.h \ 38 kcombobox.h \
39 kconfig.h \ 39 kconfig.h \
40 kdatetbl.h \ 40 kdatetbl.h \
41 kdebug.h \ 41 kdebug.h \
42 kdialog.h \ 42 kdialog.h \
43 kdialogbase.h \ 43 kdialogbase.h \
44 keditlistbox.h \ 44 keditlistbox.h \
45 kemailsettings.h \ 45 kemailsettings.h \
46 kfiledialog.h \ 46 kfiledialog.h \
47 kfontdialog.h \ 47 kfontdialog.h \
48 kglobal.h \ 48 kglobal.h \
49 kglobalsettings.h \ 49 kglobalsettings.h \
50 kiconloader.h \ 50 kiconloader.h \
51 klineedit.h \ 51 klineedit.h \
52 klineeditdlg.h \ 52 klineeditdlg.h \
53 kmessagebox.h \ 53 kmessagebox.h \
54 knotifyclient.h \ 54 knotifyclient.h \
55 kprinter.h \ 55 kprinter.h \
56 kprocess.h \ 56 kprocess.h \
57 krestrictedline.h \ 57 krestrictedline.h \
@@ -133,48 +133,50 @@ KDGanttMinimizeSplitter.cpp \
133 kiconloader.cpp \ 133 kiconloader.cpp \
134 kmessagebox.cpp \ 134 kmessagebox.cpp \
135 ktextedit.cpp \ 135 ktextedit.cpp \
136 kprocess.cpp \ 136 kprocess.cpp \
137 krun.cpp \ 137 krun.cpp \
138 ksystemtray.cpp \ 138 ksystemtray.cpp \
139 ktempfile.cpp \ 139 ktempfile.cpp \
140 kurl.cpp \ 140 kurl.cpp \
141 kdecore/kcatalogue.cpp \ 141 kdecore/kcatalogue.cpp \
142 kdecore/klocale.cpp \ 142 kdecore/klocale.cpp \
143 kdecore/kmdcodec.cpp \ 143 kdecore/kmdcodec.cpp \
144 kdecore/kshell.cpp \ 144 kdecore/kshell.cpp \
145 kdecore/kstandarddirs.cpp \ 145 kdecore/kstandarddirs.cpp \
146 kdecore/kstringhandler.cpp \ 146 kdecore/kstringhandler.cpp \
147 kdeui/kbuttonbox.cpp \ 147 kdeui/kbuttonbox.cpp \
148 kdeui/kcmodule.cpp \ 148 kdeui/kcmodule.cpp \
149 kdeui/kguiitem.cpp \ 149 kdeui/kguiitem.cpp \
150 kdeui/kjanuswidget.cpp \ 150 kdeui/kjanuswidget.cpp \
151 kdeui/klistbox.cpp \ 151 kdeui/klistbox.cpp \
152 kdeui/klistview.cpp \ 152 kdeui/klistview.cpp \
153 kdeui/knuminput.cpp \ 153 kdeui/knuminput.cpp \
154 kdeui/knumvalidator.cpp \ 154 kdeui/knumvalidator.cpp \
155 kdeui/kseparator.cpp \ 155 kdeui/kseparator.cpp \
156 kdeui/ksqueezedtextlabel.cpp \ 156 kdeui/ksqueezedtextlabel.cpp \
157 kio/kio/kdirwatch.cpp \ 157 kio/kio/kdirwatch.cpp \
158 kio/kfile/kurlrequester.cpp \ 158 kio/kfile/kurlrequester.cpp \
159 kresources/configpage.cpp \ 159 kresources/configpage.cpp \
160 kresources/configdialog.cpp \ 160 kresources/configdialog.cpp \
161 kresources/configwidget.cpp \ 161 kresources/configwidget.cpp \
162 kresources/factory.cpp \ 162 kresources/factory.cpp \
163 kresources/kcmkresources.cpp \ 163 kresources/kcmkresources.cpp \
164 kresources/managerimpl.cpp \ 164 kresources/managerimpl.cpp \
165 kresources/resource.cpp \ 165 kresources/resource.cpp \
166 kresources/selectdialog.cpp \ 166 kresources/selectdialog.cpp \
167 kutils/kcmultidialog.cpp \ 167 kutils/kcmultidialog.cpp \
168 kdeui/kaction.cpp \ 168 kdeui/kaction.cpp \
169 kdeui/kpopupmenu.cpp \ 169 kdeui/kpopupmenu.cpp \
170 kdeui/kactionclasses.cpp \ 170 kdeui/kactionclasses.cpp \
171 kdeui/kactioncollection.cpp \ 171 kdeui/kactioncollection.cpp \
172 kdeui/kmainwindow.cpp \ 172 kdeui/kmainwindow.cpp \
173 kdeui/ktoolbar.cpp \ 173 kdeui/ktoolbar.cpp \
174 kdeui/ktoolbarbutton.cpp \ 174 kdeui/ktoolbarbutton.cpp \
175 kdeui/ktoolbarhandler.cpp \ 175 kdeui/ktoolbarhandler.cpp \
176 kdeui/kstdaction.cpp \ 176 kdeui/kstdaction.cpp \
177 kdeui/kxmlguiclient.cpp \ 177 kdeui/kxmlguiclient.cpp \
178 kdecore/kprefs.cpp \ 178 kdecore/kprefs.cpp \
179 kdecore/klibloader.cpp \ 179 kdecore/klibloader.cpp \
180 kidmanager.cpp 180 kidmanager.cpp
181#The following line was inserted by qt3to4
182QT += xml qt3support