summaryrefslogtreecommitdiffabout
path: root/microkde
Unidiff
Diffstat (limited to 'microkde') (more/less context) (ignore whitespace changes)
-rw-r--r--microkde/microkdeE.pro6
1 files changed, 4 insertions, 2 deletions
diff --git a/microkde/microkdeE.pro b/microkde/microkdeE.pro
index 8d04123..0f36351 100644
--- a/microkde/microkdeE.pro
+++ b/microkde/microkdeE.pro
@@ -1,58 +1,59 @@
1 TEMPLATE= lib 1 TEMPLATE= lib
2CONFIG += qt warn_on 2CONFIG += qt warn_on
3INCLUDEPATH += . ../qtcompat ../kabc ./kdecore ./kdeui ./kio/kfile $(QPEDIR)/include 3INCLUDEPATH += . ../qtcompat ./kdecore ./kutils ./kdeui ./kio/kfile $(QPEDIR)/include
4
5DEPENDPATH += $(QPEDIR)/include 4DEPENDPATH += $(QPEDIR)/include
6LIBS += -lmicroqtcompat -L$(QPEDIR)/lib 5LIBS += -lmicroqtcompat -L$(QPEDIR)/lib
7 6
8DEFINES += KDE_QT_ONLY 7DEFINES += KDE_QT_ONLY
9 8
10 TARGET = microkde 9 TARGET = microkde
11OBJECTS_DIR = obj/$(PLATFORM) 10OBJECTS_DIR = obj/$(PLATFORM)
12MOC_DIR = moc/$(PLATFORM) 11MOC_DIR = moc/$(PLATFORM)
13DESTDIR=$(QPEDIR)/lib 12DESTDIR=$(QPEDIR)/lib
14 13
15 14
16INTERFACES = \ 15INTERFACES = \
17 16
18HEADERS = \ 17HEADERS = \
19qlayoutengine_p.h \ 18qlayoutengine_p.h \
20KDGanttMinimizeSplitter.h \ 19KDGanttMinimizeSplitter.h \
21 kapplication.h \ 20 kapplication.h \
22 kaudioplayer.h \ 21 kaudioplayer.h \
23 kcalendarsystem.h \ 22 kcalendarsystem.h \
24 kcalendarsystemgregorian.h \ 23 kcalendarsystemgregorian.h \
25 kcolorbutton.h \ 24 kcolorbutton.h \
26 kcolordialog.h \ 25 kcolordialog.h \
27 kcombobox.h \ 26 kcombobox.h \
28 kconfig.h \ 27 kconfig.h \
28 kdatepicker.h \
29 kdatetbl.h \ 29 kdatetbl.h \
30 kdebug.h \ 30 kdebug.h \
31 kdialog.h \ 31 kdialog.h \
32 kdialogbase.h \ 32 kdialogbase.h \
33 kdirwatch.h \ 33 kdirwatch.h \
34 keditlistbox.h \ 34 keditlistbox.h \
35 kemailsettings.h \ 35 kemailsettings.h \
36 kfiledialog.h \ 36 kfiledialog.h \
37 kfontdialog.h \ 37 kfontdialog.h \
38 kglobal.h \ 38 kglobal.h \
39 kglobalsettings.h \ 39 kglobalsettings.h \
40 kiconloader.h \ 40 kiconloader.h \
41 klineedit.h \ 41 klineedit.h \
42 klineeditdlg.h \ 42 klineeditdlg.h \
43 klistview.h \
43 kmessagebox.h \ 44 kmessagebox.h \
44 knotifyclient.h \ 45 knotifyclient.h \
45 kprinter.h \ 46 kprinter.h \
46 kprocess.h \ 47 kprocess.h \
47 krestrictedline.h \ 48 krestrictedline.h \
48 krun.h \ 49 krun.h \
49 ksimpleconfig.h \ 50 ksimpleconfig.h \
50 kstaticdeleter.h \ 51 kstaticdeleter.h \
51 ksystemtray.h \ 52 ksystemtray.h \
52 ktempfile.h \ 53 ktempfile.h \
53 ktextedit.h \ 54 ktextedit.h \
54 kunload.h \ 55 kunload.h \
55 kurl.h \ 56 kurl.h \
56 ofileselector_p.h \ 57 ofileselector_p.h \
57 ofontselector.h \ 58 ofontselector.h \
58 kdeui/kguiitem.h \ 59 kdeui/kguiitem.h \
@@ -95,32 +96,33 @@ KDGanttMinimizeSplitter.h \
95 kdecore/kstandarddirs.h \ 96 kdecore/kstandarddirs.h \
96 kdecore/kstringhandler.h \ 97 kdecore/kstringhandler.h \
97 kdecore/kshortcut.h \ 98 kdecore/kshortcut.h \
98 kutils/kcmultidialog.h 99 kutils/kcmultidialog.h
99 100
100 101
101 102
102 103
103SOURCES = \ 104SOURCES = \
104KDGanttMinimizeSplitter.cpp \ 105KDGanttMinimizeSplitter.cpp \
105 kapplication.cpp \ 106 kapplication.cpp \
106 kcalendarsystem.cpp \ 107 kcalendarsystem.cpp \
107 kcalendarsystemgregorian.cpp \ 108 kcalendarsystemgregorian.cpp \
108 kcolorbutton.cpp \ 109 kcolorbutton.cpp \
109 kcolordialog.cpp \ 110 kcolordialog.cpp \
110 kconfig.cpp \ 111 kconfig.cpp \
112 kdatepicker.cpp \
111 kdatetbl.cpp \ 113 kdatetbl.cpp \
112 kdialog.cpp \ 114 kdialog.cpp \
113 kdialogbase.cpp \ 115 kdialogbase.cpp \
114 keditlistbox.cpp \ 116 keditlistbox.cpp \
115 kemailsettings.cpp \ 117 kemailsettings.cpp \
116 kfontdialog.cpp \ 118 kfontdialog.cpp \
117 kfiledialog.cpp \ 119 kfiledialog.cpp \
118 kglobal.cpp \ 120 kglobal.cpp \
119 kglobalsettings.cpp \ 121 kglobalsettings.cpp \
120 kiconloader.cpp \ 122 kiconloader.cpp \
121 kmessagebox.cpp \ 123 kmessagebox.cpp \
122 kprocess.cpp \ 124 kprocess.cpp \
123 krun.cpp \ 125 krun.cpp \
124 ksystemtray.cpp \ 126 ksystemtray.cpp \
125 ktempfile.cpp \ 127 ktempfile.cpp \
126 kurl.cpp \ 128 kurl.cpp \