-rw-r--r-- | microkde/microkdeE.pro | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/microkde/microkdeE.pro b/microkde/microkdeE.pro index 0f36351..8d04123 100644 --- a/microkde/microkdeE.pro +++ b/microkde/microkdeE.pro @@ -1,7 +1,8 @@ TEMPLATE = lib CONFIG += qt warn_on -INCLUDEPATH += . ../qtcompat ./kdecore ./kutils ./kdeui ./kio/kfile $(QPEDIR)/include +INCLUDEPATH += . ../qtcompat ../kabc ./kdecore ./kdeui ./kio/kfile $(QPEDIR)/include + DEPENDPATH += $(QPEDIR)/include LIBS += -lmicroqtcompat -L$(QPEDIR)/lib DEFINES += KDE_QT_ONLY @@ -24,9 +25,8 @@ KDGanttMinimizeSplitter.h \ kcolorbutton.h \ kcolordialog.h \ kcombobox.h \ kconfig.h \ - kdatepicker.h \ kdatetbl.h \ kdebug.h \ kdialog.h \ kdialogbase.h \ @@ -39,9 +39,8 @@ KDGanttMinimizeSplitter.h \ kglobalsettings.h \ kiconloader.h \ klineedit.h \ klineeditdlg.h \ - klistview.h \ kmessagebox.h \ knotifyclient.h \ kprinter.h \ kprocess.h \ @@ -108,9 +107,8 @@ KDGanttMinimizeSplitter.cpp \ kcalendarsystemgregorian.cpp \ kcolorbutton.cpp \ kcolordialog.cpp \ kconfig.cpp \ - kdatepicker.cpp \ kdatetbl.cpp \ kdialog.cpp \ kdialogbase.cpp \ keditlistbox.cpp \ |