-rw-r--r-- | microkde/microkde.pro | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/microkde/microkde.pro b/microkde/microkde.pro index f132e9a..71d662b 100644 --- a/microkde/microkde.pro +++ b/microkde/microkde.pro | |||
@@ -1,99 +1,102 @@ | |||
1 | TEMPLATE= lib | 1 | TEMPLATE= lib |
2 | CONFIG += qt warn_on | 2 | CONFIG += qt warn_on |
3 | INCLUDEPATH += . $(KDEPIMDIR)/kabc kdecore kdeui kio/kfile kio/kio | 3 | #INCLUDEPATH += $(QTDIR)/include . |
4 | #DEPENDPATH += $(QTDIR)/include | ||
5 | INCLUDEPATH += . ../ ../kabc ./kdecore ./kdeui ./kio/kfile ./kio/kio | ||
6 | #LIBS += -lqtcompat | ||
4 | 7 | ||
5 | TARGET = microkde | 8 | TARGET = microkde |
6 | DESTDIR= ../bin | 9 | DESTDIR= ../bin |
7 | DEFINES += DESKTOP_VERSION KDE_QT_ONLY | 10 | DEFINES += DESKTOP_VERSION KDE_QT_ONLY |
8 | unix : { | 11 | unix : { |
9 | OBJECTS_DIR = obj/unix | 12 | OBJECTS_DIR = obj/unix |
10 | MOC_DIR = moc/unix | 13 | MOC_DIR = moc/unix |
11 | } | 14 | } |
12 | win32: { | 15 | win32: { |
13 | DEFINES += _WIN32_ | 16 | DEFINES += _WIN32_ |
14 | OBJECTS_DIR = obj/win | 17 | OBJECTS_DIR = obj/win |
15 | MOC_DIR = moc/win | 18 | MOC_DIR = moc/win |
16 | } | 19 | } |
17 | include( ../variables.pri ) | 20 | include( ../variables.pri ) |
18 | 21 | ||
19 | 22 | ||
20 | 23 | ||
21 | HEADERS = \ | 24 | HEADERS = \ |
22 | qlayoutengine_p.h \ | 25 | qlayoutengine_p.h \ |
23 | KDGanttMinimizeSplitter.h \ | 26 | KDGanttMinimizeSplitter.h \ |
24 | kapplication.h \ | 27 | kapplication.h \ |
25 | kaudioplayer.h \ | 28 | kaudioplayer.h \ |
26 | kcalendarsystem.h \ | 29 | kcalendarsystem.h \ |
27 | kcalendarsystemgregorian.h \ | 30 | kcalendarsystemgregorian.h \ |
28 | kcolorbutton.h \ | 31 | kcolorbutton.h \ |
29 | kcolordialog.h \ | 32 | kcolordialog.h \ |
30 | kcombobox.h \ | 33 | kcombobox.h \ |
31 | kconfig.h \ | 34 | kconfig.h \ |
32 | kdatetbl.h \ | 35 | kdatetbl.h \ |
33 | kdebug.h \ | 36 | kdebug.h \ |
34 | kdialog.h \ | 37 | kdialog.h \ |
35 | kdialogbase.h \ | 38 | kdialogbase.h \ |
36 | keditlistbox.h \ | 39 | keditlistbox.h \ |
37 | kemailsettings.h \ | 40 | kemailsettings.h \ |
38 | kfiledialog.h \ | 41 | kfiledialog.h \ |
39 | kfontdialog.h \ | 42 | kfontdialog.h \ |
40 | kglobal.h \ | 43 | kglobal.h \ |
41 | kglobalsettings.h \ | 44 | kglobalsettings.h \ |
42 | kiconloader.h \ | 45 | kiconloader.h \ |
43 | klineedit.h \ | 46 | klineedit.h \ |
44 | klineeditdlg.h \ | 47 | klineeditdlg.h \ |
45 | kmessagebox.h \ | 48 | kmessagebox.h \ |
46 | knotifyclient.h \ | 49 | knotifyclient.h \ |
47 | kprinter.h \ | 50 | kprinter.h \ |
48 | kprocess.h \ | 51 | kprocess.h \ |
49 | krestrictedline.h \ | 52 | krestrictedline.h \ |
50 | krun.h \ | 53 | krun.h \ |
51 | ksimpleconfig.h \ | 54 | ksimpleconfig.h \ |
52 | kstaticdeleter.h \ | 55 | kstaticdeleter.h \ |
53 | ksystemtray.h \ | 56 | ksystemtray.h \ |
54 | ktempfile.h \ | 57 | ktempfile.h \ |
55 | ktextedit.h \ | 58 | ktextedit.h \ |
56 | kunload.h \ | 59 | kunload.h \ |
57 | kurl.h \ | 60 | kurl.h \ |
58 | kdeui/kguiitem.h \ | 61 | kdeui/kguiitem.h \ |
59 | kdeui/kcmodule.h \ | 62 | kdeui/kcmodule.h \ |
60 | kdeui/kbuttonbox.h \ | 63 | kdeui/kbuttonbox.h \ |
61 | kdeui/klistbox.h \ | 64 | kdeui/klistbox.h \ |
62 | kdeui/klistview.h \ | 65 | kdeui/klistview.h \ |
63 | kdeui/kjanuswidget.h \ | 66 | kdeui/kjanuswidget.h \ |
64 | kdeui/kseparator.h \ | 67 | kdeui/kseparator.h \ |
65 | kdeui/knuminput.h \ | 68 | kdeui/knuminput.h \ |
66 | kdeui/knumvalidator.h \ | 69 | kdeui/knumvalidator.h \ |
67 | kdeui/ksqueezedtextlabel.h \ | 70 | kdeui/ksqueezedtextlabel.h \ |
68 | kio/job.h \ | 71 | kio/job.h \ |
69 | kio/kio/kdirwatch.h \ | 72 | kio/kio/kdirwatch.h \ |
70 | kio/kio/kdirwatch_p.h \ | 73 | kio/kio/kdirwatch_p.h \ |
71 | kio/kfile/kurlrequester.h \ | 74 | kio/kfile/kurlrequester.h \ |
72 | kresources/resource.h \ | 75 | kresources/resource.h \ |
73 | kresources/factory.h \ | 76 | kresources/factory.h \ |
74 | kresources/managerimpl.h \ | 77 | kresources/managerimpl.h \ |
75 | kresources/manager.h \ | 78 | kresources/manager.h \ |
76 | kresources/selectdialog.h \ | 79 | kresources/selectdialog.h \ |
77 | kresources/configpage.h \ | 80 | kresources/configpage.h \ |
78 | kresources/configwidget.h \ | 81 | kresources/configwidget.h \ |
79 | kresources/configdialog.h \ | 82 | kresources/configdialog.h \ |
80 | kresources/kcmkresources.h \ | 83 | kresources/kcmkresources.h \ |
81 | kresources/syncwidget.h \ | 84 | kresources/syncwidget.h \ |
82 | kdecore/kmdcodec.h \ | 85 | kdecore/kmdcodec.h \ |
83 | kdecore/kconfigbase.h \ | 86 | kdecore/kconfigbase.h \ |
84 | kdecore/klocale.h \ | 87 | kdecore/klocale.h \ |
85 | kdecore/kcatalogue.h \ | 88 | kdecore/kcatalogue.h \ |
86 | kdecore/ksharedptr.h \ | 89 | kdecore/ksharedptr.h \ |
87 | kdecore/kshell.h \ | 90 | kdecore/kshell.h \ |
88 | kdecore/kstandarddirs.h \ | 91 | kdecore/kstandarddirs.h \ |
89 | kdecore/kstringhandler.h \ | 92 | kdecore/kstringhandler.h \ |
90 | kdecore/kshortcut.h \ | 93 | kdecore/kshortcut.h \ |
91 | kutils/kcmultidialog.h \ | 94 | kutils/kcmultidialog.h \ |
92 | kdeui/kxmlguiclient.h \ | 95 | kdeui/kxmlguiclient.h \ |
93 | kdeui/kstdaction.h \ | 96 | kdeui/kstdaction.h \ |
94 | kdeui/kmainwindow.h \ | 97 | kdeui/kmainwindow.h \ |
95 | kdeui/ktoolbar.h \ | 98 | kdeui/ktoolbar.h \ |
96 | kdeui/ktoolbarbutton.h \ | 99 | kdeui/ktoolbarbutton.h \ |
97 | kdeui/ktoolbarhandler.h \ | 100 | kdeui/ktoolbarhandler.h \ |
98 | kdeui/kaction.h \ | 101 | kdeui/kaction.h \ |
99 | kdeui/kactionclasses.h \ | 102 | kdeui/kactionclasses.h \ |