-rw-r--r-- | microkde/microkde.pro | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/microkde/microkde.pro b/microkde/microkde.pro index 71d662b..f132e9a 100644 --- a/microkde/microkde.pro +++ b/microkde/microkde.pro | |||
@@ -1,54 +1,51 @@ | |||
1 | TEMPLATE= lib | 1 | TEMPLATE= lib |
2 | CONFIG += qt warn_on | 2 | CONFIG += qt warn_on |
3 | #INCLUDEPATH += $(QTDIR)/include . | 3 | INCLUDEPATH += . $(KDEPIMDIR)/kabc kdecore kdeui kio/kfile kio/kio |
4 | #DEPENDPATH += $(QTDIR)/include | ||
5 | INCLUDEPATH += . ../ ../kabc ./kdecore ./kdeui ./kio/kfile ./kio/kio | ||
6 | #LIBS += -lqtcompat | ||
7 | 4 | ||
8 | TARGET = microkde | 5 | TARGET = microkde |
9 | DESTDIR= ../bin | 6 | DESTDIR= ../bin |
10 | DEFINES += DESKTOP_VERSION KDE_QT_ONLY | 7 | DEFINES += DESKTOP_VERSION KDE_QT_ONLY |
11 | unix : { | 8 | unix : { |
12 | OBJECTS_DIR = obj/unix | 9 | OBJECTS_DIR = obj/unix |
13 | MOC_DIR = moc/unix | 10 | MOC_DIR = moc/unix |
14 | } | 11 | } |
15 | win32: { | 12 | win32: { |
16 | DEFINES += _WIN32_ | 13 | DEFINES += _WIN32_ |
17 | OBJECTS_DIR = obj/win | 14 | OBJECTS_DIR = obj/win |
18 | MOC_DIR = moc/win | 15 | MOC_DIR = moc/win |
19 | } | 16 | } |
20 | include( ../variables.pri ) | 17 | include( ../variables.pri ) |
21 | 18 | ||
22 | 19 | ||
23 | 20 | ||
24 | HEADERS = \ | 21 | HEADERS = \ |
25 | qlayoutengine_p.h \ | 22 | qlayoutengine_p.h \ |
26 | KDGanttMinimizeSplitter.h \ | 23 | KDGanttMinimizeSplitter.h \ |
27 | kapplication.h \ | 24 | kapplication.h \ |
28 | kaudioplayer.h \ | 25 | kaudioplayer.h \ |
29 | kcalendarsystem.h \ | 26 | kcalendarsystem.h \ |
30 | kcalendarsystemgregorian.h \ | 27 | kcalendarsystemgregorian.h \ |
31 | kcolorbutton.h \ | 28 | kcolorbutton.h \ |
32 | kcolordialog.h \ | 29 | kcolordialog.h \ |
33 | kcombobox.h \ | 30 | kcombobox.h \ |
34 | kconfig.h \ | 31 | kconfig.h \ |
35 | kdatetbl.h \ | 32 | kdatetbl.h \ |
36 | kdebug.h \ | 33 | kdebug.h \ |
37 | kdialog.h \ | 34 | kdialog.h \ |
38 | kdialogbase.h \ | 35 | kdialogbase.h \ |
39 | keditlistbox.h \ | 36 | keditlistbox.h \ |
40 | kemailsettings.h \ | 37 | kemailsettings.h \ |
41 | kfiledialog.h \ | 38 | kfiledialog.h \ |
42 | kfontdialog.h \ | 39 | kfontdialog.h \ |
43 | kglobal.h \ | 40 | kglobal.h \ |
44 | kglobalsettings.h \ | 41 | kglobalsettings.h \ |
45 | kiconloader.h \ | 42 | kiconloader.h \ |
46 | klineedit.h \ | 43 | klineedit.h \ |
47 | klineeditdlg.h \ | 44 | klineeditdlg.h \ |
48 | kmessagebox.h \ | 45 | kmessagebox.h \ |
49 | knotifyclient.h \ | 46 | knotifyclient.h \ |
50 | kprinter.h \ | 47 | kprinter.h \ |
51 | kprocess.h \ | 48 | kprocess.h \ |
52 | krestrictedline.h \ | 49 | krestrictedline.h \ |
53 | krun.h \ | 50 | krun.h \ |
54 | ksimpleconfig.h \ | 51 | ksimpleconfig.h \ |