author | ulf69 <ulf69> | 2004-06-29 05:06:08 (UTC) |
---|---|---|
committer | ulf69 <ulf69> | 2004-06-29 05:06:08 (UTC) |
commit | d55d405ad63c4b9e9372430ccd3f73ef927bf7d9 (patch) (unidiff) | |
tree | c8780f50ac8682da105b2b8b02c4fa20fd99b7c2 /microkde/microkdeE.pro | |
parent | 0538ac1cc17ad4249d27d686b4bc7e80663f475f (diff) | |
download | kdepimpi-d55d405ad63c4b9e9372430ccd3f73ef927bf7d9.zip kdepimpi-d55d405ad63c4b9e9372430ccd3f73ef927bf7d9.tar.gz kdepimpi-d55d405ad63c4b9e9372430ccd3f73ef927bf7d9.tar.bz2 |
removed reference to kabc.
-rw-r--r-- | microkde/microkdeE.pro | 6 |
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,10 +1,9 @@ | |||
1 | TEMPLATE= lib | 1 | TEMPLATE= lib |
2 | CONFIG += qt warn_on | 2 | CONFIG += qt warn_on |
3 | INCLUDEPATH += . ../qtcompat ../kabc ./kdecore ./kdeui ./kio/kfile $(QPEDIR)/include | 3 | INCLUDEPATH += . ../qtcompat ./kdecore ./kutils ./kdeui ./kio/kfile $(QPEDIR)/include |
4 | |||
5 | DEPENDPATH += $(QPEDIR)/include | 4 | DEPENDPATH += $(QPEDIR)/include |
6 | LIBS += -lmicroqtcompat -L$(QPEDIR)/lib | 5 | LIBS += -lmicroqtcompat -L$(QPEDIR)/lib |
7 | 6 | ||
8 | DEFINES += KDE_QT_ONLY | 7 | DEFINES += KDE_QT_ONLY |
9 | 8 | ||
10 | TARGET = microkde | 9 | TARGET = microkde |
@@ -23,12 +22,13 @@ KDGanttMinimizeSplitter.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 \ |
@@ -37,12 +37,13 @@ KDGanttMinimizeSplitter.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 \ |
@@ -105,12 +106,13 @@ KDGanttMinimizeSplitter.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 \ |