author | ulf69 <ulf69> | 2004-08-12 19:57:21 (UTC) |
---|---|---|
committer | ulf69 <ulf69> | 2004-08-12 19:57:21 (UTC) |
commit | 2129696dce7633b37679ad65cef5322dc88586cf (patch) (unidiff) | |
tree | b8481d29699a523f2fb7140c18eda78133a452b3 /microkde | |
parent | cce21bef81e7ebcaa4ff9d91338a9b289c1c6cec (diff) | |
download | kdepimpi-2129696dce7633b37679ad65cef5322dc88586cf.zip kdepimpi-2129696dce7633b37679ad65cef5322dc88586cf.tar.gz kdepimpi-2129696dce7633b37679ad65cef5322dc88586cf.tar.bz2 |
undo includepath changes
-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,35 +1,38 @@ | |||
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 \ |