summaryrefslogtreecommitdiffabout
path: root/microkde
authorulf69 <ulf69>2004-08-12 19:57:21 (UTC)
committer ulf69 <ulf69>2004-08-12 19:57:21 (UTC)
commit2129696dce7633b37679ad65cef5322dc88586cf (patch) (unidiff)
treeb8481d29699a523f2fb7140c18eda78133a452b3 /microkde
parentcce21bef81e7ebcaa4ff9d91338a9b289c1c6cec (diff)
downloadkdepimpi-2129696dce7633b37679ad65cef5322dc88586cf.zip
kdepimpi-2129696dce7633b37679ad65cef5322dc88586cf.tar.gz
kdepimpi-2129696dce7633b37679ad65cef5322dc88586cf.tar.bz2
undo includepath changes
Diffstat (limited to 'microkde') (more/less context) (ignore whitespace changes)
-rw-r--r--microkde/microkde.pro5
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
3INCLUDEPATH += . $(KDEPIMDIR)/kabc kdecore kdeui kio/kfile kio/kio 3#INCLUDEPATH += $(QTDIR)/include .
4#DEPENDPATH += $(QTDIR)/include
5INCLUDEPATH += . ../ ../kabc ./kdecore ./kdeui ./kio/kfile ./kio/kio
6#LIBS += -lqtcompat
4 7
5 TARGET = microkde 8 TARGET = microkde
6DESTDIR= ../bin 9DESTDIR= ../bin
7DEFINES += DESKTOP_VERSION KDE_QT_ONLY 10DEFINES += DESKTOP_VERSION KDE_QT_ONLY
8unix : { 11unix : {
9OBJECTS_DIR = obj/unix 12OBJECTS_DIR = obj/unix
10MOC_DIR = moc/unix 13MOC_DIR = moc/unix
11} 14}
12win32: { 15win32: {
13DEFINES += _WIN32_ 16DEFINES += _WIN32_
14OBJECTS_DIR = obj/win 17OBJECTS_DIR = obj/win
15MOC_DIR = moc/win 18MOC_DIR = moc/win
16} 19}
17include( ../variables.pri ) 20include( ../variables.pri )
18 21
19 22
20 23
21HEADERS = \ 24HEADERS = \
22qlayoutengine_p.h \ 25qlayoutengine_p.h \
23KDGanttMinimizeSplitter.h \ 26KDGanttMinimizeSplitter.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 \