-rw-r--r-- | microkde/microkde.pro | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/microkde/microkde.pro b/microkde/microkde.pro index 9016260..783ec34 100644 --- a/microkde/microkde.pro +++ b/microkde/microkde.pro | |||
@@ -1,68 +1,74 @@ | |||
1 | TEMPLATE= lib | 1 | TEMPLATE= lib |
2 | CONFIG += qt warn_on | 2 | CONFIG += qt warn_on |
3 | include( ../variables.pri ) | ||
3 | #INCLUDEPATH += $(QTDIR)/include . | 4 | #INCLUDEPATH += $(QTDIR)/include . |
4 | #DEPENDPATH += $(QTDIR)/include | 5 | #DEPENDPATH += $(QTDIR)/include |
5 | INCLUDEPATH += . ../ ../kabc ./kdecore ./kdeui ./kio/kfile ./kio/kio | 6 | INCLUDEPATH += . ../ ../kabc ./kdecore ./kdeui ./kio/kfile ./kio/kio |
6 | #LIBS += -lqtcompat | 7 | #LIBS += -lqtcompat |
7 | 8 | ||
8 | TARGET = microkde | 9 | TARGET = microkde |
9 | DESTDIR= ../bin | 10 | DESTDIR= ../bin |
10 | DEFINES += DESKTOP_VERSION KDE_QT_ONLY | 11 | DEFINES += DESKTOP_VERSION KDE_QT_ONLY |
11 | unix : { | 12 | unix : { |
13 | staticlib: { | ||
14 | INCLUDEPATH += ../kabc/plugins | ||
15 | DEFINES += STATIC_RESOURCES | ||
16 | } | ||
17 | |||
18 | |||
12 | OBJECTS_DIR = obj/unix | 19 | OBJECTS_DIR = obj/unix |
13 | MOC_DIR = moc/unix | 20 | MOC_DIR = moc/unix |
14 | } | 21 | } |
15 | win32: { | 22 | win32: { |
16 | DEFINES += _WIN32_ | 23 | DEFINES += _WIN32_ |
17 | OBJECTS_DIR = obj/win | 24 | OBJECTS_DIR = obj/win |
18 | MOC_DIR = moc/win | 25 | MOC_DIR = moc/win |
19 | } | 26 | } |
20 | include( ../variables.pri ) | ||
21 | 27 | ||
22 | 28 | ||
23 | 29 | ||
24 | HEADERS = \ | 30 | HEADERS = \ |
25 | qlayoutengine_p.h \ | 31 | qlayoutengine_p.h \ |
26 | KDGanttMinimizeSplitter.h \ | 32 | KDGanttMinimizeSplitter.h \ |
27 | kapplication.h \ | 33 | kapplication.h \ |
28 | kaudioplayer.h \ | 34 | kaudioplayer.h \ |
29 | kcalendarsystem.h \ | 35 | kcalendarsystem.h \ |
30 | kcalendarsystemgregorian.h \ | 36 | kcalendarsystemgregorian.h \ |
31 | kcolorbutton.h \ | 37 | kcolorbutton.h \ |
32 | kcolordialog.h \ | 38 | kcolordialog.h \ |
33 | kcombobox.h \ | 39 | kcombobox.h \ |
34 | kconfig.h \ | 40 | kconfig.h \ |
35 | kdatetbl.h \ | 41 | kdatetbl.h \ |
36 | kdebug.h \ | 42 | kdebug.h \ |
37 | kdialog.h \ | 43 | kdialog.h \ |
38 | kdialogbase.h \ | 44 | kdialogbase.h \ |
39 | keditlistbox.h \ | 45 | keditlistbox.h \ |
40 | kemailsettings.h \ | 46 | kemailsettings.h \ |
41 | kfiledialog.h \ | 47 | kfiledialog.h \ |
42 | kfontdialog.h \ | 48 | kfontdialog.h \ |
43 | kglobal.h \ | 49 | kglobal.h \ |
44 | kglobalsettings.h \ | 50 | kglobalsettings.h \ |
45 | kiconloader.h \ | 51 | kiconloader.h \ |
46 | klineedit.h \ | 52 | klineedit.h \ |
47 | klineeditdlg.h \ | 53 | klineeditdlg.h \ |
48 | kmessagebox.h \ | 54 | kmessagebox.h \ |
49 | knotifyclient.h \ | 55 | knotifyclient.h \ |
50 | kprinter.h \ | 56 | kprinter.h \ |
51 | kprocess.h \ | 57 | kprocess.h \ |
52 | krestrictedline.h \ | 58 | krestrictedline.h \ |
53 | krun.h \ | 59 | krun.h \ |
54 | ksimpleconfig.h \ | 60 | ksimpleconfig.h \ |
55 | kstaticdeleter.h \ | 61 | kstaticdeleter.h \ |
56 | ksystemtray.h \ | 62 | ksystemtray.h \ |
57 | ktempfile.h \ | 63 | ktempfile.h \ |
58 | ktextedit.h \ | 64 | ktextedit.h \ |
59 | kunload.h \ | 65 | kunload.h \ |
60 | kurl.h \ | 66 | kurl.h \ |
61 | kdeui/kguiitem.h \ | 67 | kdeui/kguiitem.h \ |
62 | kdeui/kcmodule.h \ | 68 | kdeui/kcmodule.h \ |
63 | kdeui/kbuttonbox.h \ | 69 | kdeui/kbuttonbox.h \ |
64 | kdeui/klistbox.h \ | 70 | kdeui/klistbox.h \ |
65 | kdeui/klistview.h \ | 71 | kdeui/klistview.h \ |
66 | kdeui/kjanuswidget.h \ | 72 | kdeui/kjanuswidget.h \ |
67 | kdeui/kseparator.h \ | 73 | kdeui/kseparator.h \ |
68 | kdeui/knuminput.h \ | 74 | kdeui/knuminput.h \ |