author | zautrix <zautrix> | 2004-08-08 12:16:57 (UTC) |
---|---|---|
committer | zautrix <zautrix> | 2004-08-08 12:16:57 (UTC) |
commit | 4cc869512488b72304c7cbb5526c6f4cc957e677 (patch) (unidiff) | |
tree | 5658bb7ec55abc04b8e4f2d8e97faf945f0b9eeb /microkde/microkde.pro | |
parent | 7c4e0075810cf95ab2b1ecda2d971264e9a9b60c (diff) | |
download | kdepimpi-4cc869512488b72304c7cbb5526c6f4cc957e677.zip kdepimpi-4cc869512488b72304c7cbb5526c6f4cc957e677.tar.gz kdepimpi-4cc869512488b72304c7cbb5526c6f4cc957e677.tar.bz2 |
Made it compileable on desktop 2
-rw-r--r-- | microkde/microkde.pro | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/microkde/microkde.pro b/microkde/microkde.pro index f9adfb1..71d662b 100644 --- a/microkde/microkde.pro +++ b/microkde/microkde.pro | |||
@@ -7,65 +7,64 @@ INCLUDEPATH += . ../ ../kabc ./kdecore ./kdeui ./kio/kfile ./kio/kio | |||
7 | 7 | ||
8 | TARGET = microkde | 8 | TARGET = microkde |
9 | DESTDIR= ../bin | 9 | DESTDIR= ../bin |
10 | DEFINES += DESKTOP_VERSION KDE_QT_ONLY | 10 | DEFINES += DESKTOP_VERSION KDE_QT_ONLY |
11 | unix : { | 11 | unix : { |
12 | OBJECTS_DIR = obj/unix | 12 | OBJECTS_DIR = obj/unix |
13 | MOC_DIR = moc/unix | 13 | MOC_DIR = moc/unix |
14 | } | 14 | } |
15 | win32: { | 15 | win32: { |
16 | DEFINES += _WIN32_ | 16 | DEFINES += _WIN32_ |
17 | OBJECTS_DIR = obj/win | 17 | OBJECTS_DIR = obj/win |
18 | MOC_DIR = moc/win | 18 | MOC_DIR = moc/win |
19 | } | 19 | } |
20 | include( ../variables.pri ) | 20 | include( ../variables.pri ) |
21 | 21 | ||
22 | 22 | ||
23 | 23 | ||
24 | HEADERS = \ | 24 | HEADERS = \ |
25 | qlayoutengine_p.h \ | 25 | qlayoutengine_p.h \ |
26 | KDGanttMinimizeSplitter.h \ | 26 | KDGanttMinimizeSplitter.h \ |
27 | kapplication.h \ | 27 | kapplication.h \ |
28 | kaudioplayer.h \ | 28 | kaudioplayer.h \ |
29 | kcalendarsystem.h \ | 29 | kcalendarsystem.h \ |
30 | kcalendarsystemgregorian.h \ | 30 | kcalendarsystemgregorian.h \ |
31 | kcolorbutton.h \ | 31 | kcolorbutton.h \ |
32 | kcolordialog.h \ | 32 | kcolordialog.h \ |
33 | kcombobox.h \ | 33 | kcombobox.h \ |
34 | kconfig.h \ | 34 | kconfig.h \ |
35 | kdatetbl.h \ | 35 | kdatetbl.h \ |
36 | kdebug.h \ | 36 | kdebug.h \ |
37 | kdialog.h \ | 37 | kdialog.h \ |
38 | kdialogbase.h \ | 38 | kdialogbase.h \ |
39 | kdirwatch.h \ | ||
40 | keditlistbox.h \ | 39 | keditlistbox.h \ |
41 | kemailsettings.h \ | 40 | kemailsettings.h \ |
42 | kfiledialog.h \ | 41 | kfiledialog.h \ |
43 | kfontdialog.h \ | 42 | kfontdialog.h \ |
44 | kglobal.h \ | 43 | kglobal.h \ |
45 | kglobalsettings.h \ | 44 | kglobalsettings.h \ |
46 | kiconloader.h \ | 45 | kiconloader.h \ |
47 | klineedit.h \ | 46 | klineedit.h \ |
48 | klineeditdlg.h \ | 47 | klineeditdlg.h \ |
49 | kmessagebox.h \ | 48 | kmessagebox.h \ |
50 | knotifyclient.h \ | 49 | knotifyclient.h \ |
51 | kprinter.h \ | 50 | kprinter.h \ |
52 | kprocess.h \ | 51 | kprocess.h \ |
53 | krestrictedline.h \ | 52 | krestrictedline.h \ |
54 | krun.h \ | 53 | krun.h \ |
55 | ksimpleconfig.h \ | 54 | ksimpleconfig.h \ |
56 | kstaticdeleter.h \ | 55 | kstaticdeleter.h \ |
57 | ksystemtray.h \ | 56 | ksystemtray.h \ |
58 | ktempfile.h \ | 57 | ktempfile.h \ |
59 | ktextedit.h \ | 58 | ktextedit.h \ |
60 | kunload.h \ | 59 | kunload.h \ |
61 | kurl.h \ | 60 | kurl.h \ |
62 | kdeui/kguiitem.h \ | 61 | kdeui/kguiitem.h \ |
63 | kdeui/kcmodule.h \ | 62 | kdeui/kcmodule.h \ |
64 | kdeui/kbuttonbox.h \ | 63 | kdeui/kbuttonbox.h \ |
65 | kdeui/klistbox.h \ | 64 | kdeui/klistbox.h \ |
66 | kdeui/klistview.h \ | 65 | kdeui/klistview.h \ |
67 | kdeui/kjanuswidget.h \ | 66 | kdeui/kjanuswidget.h \ |
68 | kdeui/kseparator.h \ | 67 | kdeui/kseparator.h \ |
69 | kdeui/knuminput.h \ | 68 | kdeui/knuminput.h \ |
70 | kdeui/knumvalidator.h \ | 69 | kdeui/knumvalidator.h \ |
71 | kdeui/ksqueezedtextlabel.h \ | 70 | kdeui/ksqueezedtextlabel.h \ |