summaryrefslogtreecommitdiffabout
path: root/microkde
authorulf69 <ulf69>2004-08-12 17:09:11 (UTC)
committer ulf69 <ulf69>2004-08-12 17:09:11 (UTC)
commitafb21584fdb4dcc201fca13b4c5129fdf2e90154 (patch) (unidiff)
tree8db9ee9d00c8e1d432f3eed7c35be251932c4bd4 /microkde
parent945f620dd57338d5b920f4ada3ff8e9e8d1cfe74 (diff)
downloadkdepimpi-afb21584fdb4dcc201fca13b4c5129fdf2e90154.zip
kdepimpi-afb21584fdb4dcc201fca13b4c5129fdf2e90154.tar.gz
kdepimpi-afb21584fdb4dcc201fca13b4c5129fdf2e90154.tar.bz2
implemented new include strategy for makefiles
Diffstat (limited to 'microkde') (more/less context) (ignore whitespace changes)
-rw-r--r--microkde/microkde.pro5
-rw-r--r--microkde/microkdeE.pro2
2 files changed, 2 insertions, 5 deletions
diff --git a/microkde/microkde.pro b/microkde/microkde.pro
index 71d662b..f132e9a 100644
--- a/microkde/microkde.pro
+++ b/microkde/microkde.pro
@@ -1,134 +1,131 @@
1 TEMPLATE= lib 1 TEMPLATE= lib
2 CONFIG += qt warn_on 2 CONFIG += qt warn_on
3#INCLUDEPATH += $(QTDIR)/include . 3INCLUDEPATH += . $(KDEPIMDIR)/kabc kdecore kdeui kio/kfile kio/kio
4#DEPENDPATH += $(QTDIR)/include
5INCLUDEPATH += . ../ ../kabc ./kdecore ./kdeui ./kio/kfile ./kio/kio
6#LIBS += -lqtcompat
7 4
8 TARGET = microkde 5 TARGET = microkde
9DESTDIR= ../bin 6DESTDIR= ../bin
10DEFINES += DESKTOP_VERSION KDE_QT_ONLY 7DEFINES += DESKTOP_VERSION KDE_QT_ONLY
11unix : { 8unix : {
12OBJECTS_DIR = obj/unix 9OBJECTS_DIR = obj/unix
13MOC_DIR = moc/unix 10MOC_DIR = moc/unix
14} 11}
15win32: { 12win32: {
16DEFINES += _WIN32_ 13DEFINES += _WIN32_
17OBJECTS_DIR = obj/win 14OBJECTS_DIR = obj/win
18MOC_DIR = moc/win 15MOC_DIR = moc/win
19} 16}
20include( ../variables.pri ) 17include( ../variables.pri )
21 18
22 19
23 20
24HEADERS = \ 21HEADERS = \
25qlayoutengine_p.h \ 22qlayoutengine_p.h \
26KDGanttMinimizeSplitter.h \ 23KDGanttMinimizeSplitter.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 \
55 kstaticdeleter.h \ 52 kstaticdeleter.h \
56 ksystemtray.h \ 53 ksystemtray.h \
57 ktempfile.h \ 54 ktempfile.h \
58 ktextedit.h \ 55 ktextedit.h \
59 kunload.h \ 56 kunload.h \
60 kurl.h \ 57 kurl.h \
61 kdeui/kguiitem.h \ 58 kdeui/kguiitem.h \
62 kdeui/kcmodule.h \ 59 kdeui/kcmodule.h \
63 kdeui/kbuttonbox.h \ 60 kdeui/kbuttonbox.h \
64 kdeui/klistbox.h \ 61 kdeui/klistbox.h \
65 kdeui/klistview.h \ 62 kdeui/klistview.h \
66 kdeui/kjanuswidget.h \ 63 kdeui/kjanuswidget.h \
67 kdeui/kseparator.h \ 64 kdeui/kseparator.h \
68 kdeui/knuminput.h \ 65 kdeui/knuminput.h \
69 kdeui/knumvalidator.h \ 66 kdeui/knumvalidator.h \
70 kdeui/ksqueezedtextlabel.h \ 67 kdeui/ksqueezedtextlabel.h \
71 kio/job.h \ 68 kio/job.h \
72 kio/kio/kdirwatch.h \ 69 kio/kio/kdirwatch.h \
73 kio/kio/kdirwatch_p.h \ 70 kio/kio/kdirwatch_p.h \
74 kio/kfile/kurlrequester.h \ 71 kio/kfile/kurlrequester.h \
75 kresources/resource.h \ 72 kresources/resource.h \
76 kresources/factory.h \ 73 kresources/factory.h \
77 kresources/managerimpl.h \ 74 kresources/managerimpl.h \
78 kresources/manager.h \ 75 kresources/manager.h \
79 kresources/selectdialog.h \ 76 kresources/selectdialog.h \
80 kresources/configpage.h \ 77 kresources/configpage.h \
81 kresources/configwidget.h \ 78 kresources/configwidget.h \
82 kresources/configdialog.h \ 79 kresources/configdialog.h \
83 kresources/kcmkresources.h \ 80 kresources/kcmkresources.h \
84 kresources/syncwidget.h \ 81 kresources/syncwidget.h \
85 kdecore/kmdcodec.h \ 82 kdecore/kmdcodec.h \
86 kdecore/kconfigbase.h \ 83 kdecore/kconfigbase.h \
87 kdecore/klocale.h \ 84 kdecore/klocale.h \
88 kdecore/kcatalogue.h \ 85 kdecore/kcatalogue.h \
89 kdecore/ksharedptr.h \ 86 kdecore/ksharedptr.h \
90 kdecore/kshell.h \ 87 kdecore/kshell.h \
91 kdecore/kstandarddirs.h \ 88 kdecore/kstandarddirs.h \
92 kdecore/kstringhandler.h \ 89 kdecore/kstringhandler.h \
93 kdecore/kshortcut.h \ 90 kdecore/kshortcut.h \
94 kutils/kcmultidialog.h \ 91 kutils/kcmultidialog.h \
95 kdeui/kxmlguiclient.h \ 92 kdeui/kxmlguiclient.h \
96 kdeui/kstdaction.h \ 93 kdeui/kstdaction.h \
97 kdeui/kmainwindow.h \ 94 kdeui/kmainwindow.h \
98 kdeui/ktoolbar.h \ 95 kdeui/ktoolbar.h \
99 kdeui/ktoolbarbutton.h \ 96 kdeui/ktoolbarbutton.h \
100 kdeui/ktoolbarhandler.h \ 97 kdeui/ktoolbarhandler.h \
101 kdeui/kaction.h \ 98 kdeui/kaction.h \
102 kdeui/kactionclasses.h \ 99 kdeui/kactionclasses.h \
103 kdeui/kactioncollection.h \ 100 kdeui/kactioncollection.h \
104 kdecore/kprefs.h \ 101 kdecore/kprefs.h \
105 kdecore/klibloader.h \ 102 kdecore/klibloader.h \
106 kidmanager.h 103 kidmanager.h
107 104
108 105
109# kdecore/klibloader.h \ 106# kdecore/klibloader.h \
110 107
111 108
112SOURCES = \ 109SOURCES = \
113KDGanttMinimizeSplitter.cpp \ 110KDGanttMinimizeSplitter.cpp \
114 kapplication.cpp \ 111 kapplication.cpp \
115 kcalendarsystem.cpp \ 112 kcalendarsystem.cpp \
116 kcalendarsystemgregorian.cpp \ 113 kcalendarsystemgregorian.cpp \
117 kcolorbutton.cpp \ 114 kcolorbutton.cpp \
118 kcolordialog.cpp \ 115 kcolordialog.cpp \
119 kconfig.cpp \ 116 kconfig.cpp \
120 kdatetbl.cpp \ 117 kdatetbl.cpp \
121 kdialog.cpp \ 118 kdialog.cpp \
122 kdialogbase.cpp \ 119 kdialogbase.cpp \
123 keditlistbox.cpp \ 120 keditlistbox.cpp \
124 kemailsettings.cpp \ 121 kemailsettings.cpp \
125 kfontdialog.cpp \ 122 kfontdialog.cpp \
126 kfiledialog.cpp \ 123 kfiledialog.cpp \
127 kglobal.cpp \ 124 kglobal.cpp \
128 kglobalsettings.cpp \ 125 kglobalsettings.cpp \
129 kiconloader.cpp \ 126 kiconloader.cpp \
130 kmessagebox.cpp \ 127 kmessagebox.cpp \
131 ktextedit.cpp \ 128 ktextedit.cpp \
132 kprocess.cpp \ 129 kprocess.cpp \
133 krun.cpp \ 130 krun.cpp \
134 ksystemtray.cpp \ 131 ksystemtray.cpp \
diff --git a/microkde/microkdeE.pro b/microkde/microkdeE.pro
index fc80c03..df914ce 100644
--- a/microkde/microkdeE.pro
+++ b/microkde/microkdeE.pro
@@ -1,131 +1,131 @@
1 TEMPLATE= lib 1 TEMPLATE= lib
2CONFIG += qt warn_on 2CONFIG += qt warn_on
3INCLUDEPATH += . ../qtcompat ../kabc ./kdecore ./kdeui ./kio/kfile ./kio/kio $(QPEDIR)/include 3INCLUDEPATH += . $(KDEPIMDIR)/qtcompat $(KDEPIMDIR)/kabc kdecore kdeui kio/kfile kio/kio $(QPEDIR)/include
4 4
5DEPENDPATH += $(QPEDIR)/include 5DEPENDPATH += $(QPEDIR)/include
6LIBS += -lmicroqtcompat -L$(QPEDIR)/lib 6LIBS += -lmicroqtcompat -L$(QPEDIR)/lib
7 7
8DEFINES += KDE_QT_ONLY 8DEFINES += KDE_QT_ONLY
9 9
10 TARGET = microkde 10 TARGET = microkde
11OBJECTS_DIR = obj/$(PLATFORM) 11OBJECTS_DIR = obj/$(PLATFORM)
12MOC_DIR = moc/$(PLATFORM) 12MOC_DIR = moc/$(PLATFORM)
13DESTDIR=$(QPEDIR)/lib 13DESTDIR=$(QPEDIR)/lib
14 14
15 15
16INTERFACES = \ 16INTERFACES = \
17 17
18HEADERS = \ 18HEADERS = \
19qlayoutengine_p.h \ 19qlayoutengine_p.h \
20KDGanttMinimizeSplitter.h \ 20KDGanttMinimizeSplitter.h \
21 kapplication.h \ 21 kapplication.h \
22 kaudioplayer.h \ 22 kaudioplayer.h \
23 kcalendarsystem.h \ 23 kcalendarsystem.h \
24 kcalendarsystemgregorian.h \ 24 kcalendarsystemgregorian.h \
25 kcolorbutton.h \ 25 kcolorbutton.h \
26 kcolordialog.h \ 26 kcolordialog.h \
27 kcombobox.h \ 27 kcombobox.h \
28 kconfig.h \ 28 kconfig.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 keditlistbox.h \ 33 keditlistbox.h \
34 kemailsettings.h \ 34 kemailsettings.h \
35 kfiledialog.h \ 35 kfiledialog.h \
36 kfontdialog.h \ 36 kfontdialog.h \
37 kglobal.h \ 37 kglobal.h \
38 kglobalsettings.h \ 38 kglobalsettings.h \
39 kiconloader.h \ 39 kiconloader.h \
40 klineedit.h \ 40 klineedit.h \
41 klineeditdlg.h \ 41 klineeditdlg.h \
42 kmessagebox.h \ 42 kmessagebox.h \
43 knotifyclient.h \ 43 knotifyclient.h \
44 kprinter.h \ 44 kprinter.h \
45 kprocess.h \ 45 kprocess.h \
46 krestrictedline.h \ 46 krestrictedline.h \
47 krun.h \ 47 krun.h \
48 ksimpleconfig.h \ 48 ksimpleconfig.h \
49 kstaticdeleter.h \ 49 kstaticdeleter.h \
50 ksystemtray.h \ 50 ksystemtray.h \
51 ktempfile.h \ 51 ktempfile.h \
52 ktextedit.h \ 52 ktextedit.h \
53 kunload.h \ 53 kunload.h \
54 kurl.h \ 54 kurl.h \
55 ofileselector_p.h \ 55 ofileselector_p.h \
56 ofontselector.h \ 56 ofontselector.h \
57oprocctrl.h \ 57oprocctrl.h \
58oprocess.h \ 58oprocess.h \
59osmartpointer.h \ 59osmartpointer.h \
60 kdeui/kguiitem.h \ 60 kdeui/kguiitem.h \
61 kdeui/kaction.h \ 61 kdeui/kaction.h \
62 kdeui/kactionclasses.h \ 62 kdeui/kactionclasses.h \
63 kdeui/kactioncollection.h \ 63 kdeui/kactioncollection.h \
64 kdeui/kcmodule.h \ 64 kdeui/kcmodule.h \
65 kdeui/kstdaction.h \ 65 kdeui/kstdaction.h \
66 kdeui/kbuttonbox.h \ 66 kdeui/kbuttonbox.h \
67 kdeui/klistbox.h \ 67 kdeui/klistbox.h \
68 kdeui/klistview.h \ 68 kdeui/klistview.h \
69 kdeui/kjanuswidget.h \ 69 kdeui/kjanuswidget.h \
70 kdeui/kseparator.h \ 70 kdeui/kseparator.h \
71 kdeui/kmainwindow.h \ 71 kdeui/kmainwindow.h \
72 kdeui/knuminput.h \ 72 kdeui/knuminput.h \
73 kdeui/knumvalidator.h \ 73 kdeui/knumvalidator.h \
74 kdeui/ksqueezedtextlabel.h \ 74 kdeui/ksqueezedtextlabel.h \
75 kdeui/ktoolbar.h \ 75 kdeui/ktoolbar.h \
76 kdeui/ktoolbarbutton.h \ 76 kdeui/ktoolbarbutton.h \
77 kdeui/ktoolbarhandler.h \ 77 kdeui/ktoolbarhandler.h \
78 kdeui/kxmlguiclient.h \ 78 kdeui/kxmlguiclient.h \
79 kio/job.h \ 79 kio/job.h \
80 kio/kio/kdirwatch.h \ 80 kio/kio/kdirwatch.h \
81 kio/kio/kdirwatch_p.h \ 81 kio/kio/kdirwatch_p.h \
82 kio/kfile/kurlrequester.h \ 82 kio/kfile/kurlrequester.h \
83 kresources/resource.h \ 83 kresources/resource.h \
84 kresources/factory.h \ 84 kresources/factory.h \
85 kresources/managerimpl.h \ 85 kresources/managerimpl.h \
86 kresources/manager.h \ 86 kresources/manager.h \
87 kresources/selectdialog.h \ 87 kresources/selectdialog.h \
88 kresources/configpage.h \ 88 kresources/configpage.h \
89 kresources/configwidget.h \ 89 kresources/configwidget.h \
90 kresources/configdialog.h \ 90 kresources/configdialog.h \
91 kresources/kcmkresources.h \ 91 kresources/kcmkresources.h \
92 kresources/syncwidget.h \ 92 kresources/syncwidget.h \
93 kdecore/kmdcodec.h \ 93 kdecore/kmdcodec.h \
94 kdecore/kconfigbase.h \ 94 kdecore/kconfigbase.h \
95 kdecore/klocale.h \ 95 kdecore/klocale.h \
96 kdecore/klibloader.h \ 96 kdecore/klibloader.h \
97 kdecore/kcatalogue.h \ 97 kdecore/kcatalogue.h \
98 kdecore/kprefs.h \ 98 kdecore/kprefs.h \
99 kdecore/ksharedptr.h \ 99 kdecore/ksharedptr.h \
100 kdecore/kshell.h \ 100 kdecore/kshell.h \
101 kdecore/kstandarddirs.h \ 101 kdecore/kstandarddirs.h \
102 kdecore/kstringhandler.h \ 102 kdecore/kstringhandler.h \
103 kdecore/kshortcut.h \ 103 kdecore/kshortcut.h \
104 kutils/kcmultidialog.h \ 104 kutils/kcmultidialog.h \
105 kidmanager.h 105 kidmanager.h
106 106
107 107
108 108
109 109
110SOURCES = \ 110SOURCES = \
111KDGanttMinimizeSplitter.cpp \ 111KDGanttMinimizeSplitter.cpp \
112 kapplication.cpp \ 112 kapplication.cpp \
113 kcalendarsystem.cpp \ 113 kcalendarsystem.cpp \
114 kcalendarsystemgregorian.cpp \ 114 kcalendarsystemgregorian.cpp \
115 kcolorbutton.cpp \ 115 kcolorbutton.cpp \
116 kcolordialog.cpp \ 116 kcolordialog.cpp \
117 kconfig.cpp \ 117 kconfig.cpp \
118 kdatetbl.cpp \ 118 kdatetbl.cpp \
119 kdialog.cpp \ 119 kdialog.cpp \
120 kdialogbase.cpp \ 120 kdialogbase.cpp \
121 keditlistbox.cpp \ 121 keditlistbox.cpp \
122 kemailsettings.cpp \ 122 kemailsettings.cpp \
123 kfontdialog.cpp \ 123 kfontdialog.cpp \
124 kfiledialog.cpp \ 124 kfiledialog.cpp \
125 kglobal.cpp \ 125 kglobal.cpp \
126 kglobalsettings.cpp \ 126 kglobalsettings.cpp \
127 kiconloader.cpp \ 127 kiconloader.cpp \
128 kmessagebox.cpp \ 128 kmessagebox.cpp \
129 kprocess.cpp \ 129 kprocess.cpp \
130 krun.cpp \ 130 krun.cpp \
131 ksystemtray.cpp \ 131 ksystemtray.cpp \