author | zautrix <zautrix> | 2004-08-13 11:46:54 (UTC) |
---|---|---|
committer | zautrix <zautrix> | 2004-08-13 11:46:54 (UTC) |
commit | 61aabb3eece3bf9368c5686c4bf5a3748cff265d (patch) (unidiff) | |
tree | a27c1a17716f94a737ad6bb0202dba0e640703b6 /korganizer | |
parent | ef75e61ebef1d5bdca6acd5d7f3489f43ae9dc1f (diff) | |
download | kdepimpi-61aabb3eece3bf9368c5686c4bf5a3748cff265d.zip kdepimpi-61aabb3eece3bf9368c5686c4bf5a3748cff265d.tar.gz kdepimpi-61aabb3eece3bf9368c5686c4bf5a3748cff265d.tar.bz2 |
One fix for compiling on desktop
-rw-r--r-- | korganizer/korganizer.pro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/korganizer/korganizer.pro b/korganizer/korganizer.pro index e501d88..9fdcd2f 100644 --- a/korganizer/korganizer.pro +++ b/korganizer/korganizer.pro | |||
@@ -1,26 +1,26 @@ | |||
1 | TEMPLATE= app | 1 | TEMPLATE= app |
2 | CONFIG = qt warn_on | 2 | CONFIG = qt warn_on |
3 | TARGET = kopi | 3 | TARGET = kopi |
4 | OBJECTS_DIR = _obj/ | 4 | OBJECTS_DIR = _obj/ |
5 | MOC_DIR = _moc | 5 | MOC_DIR = _moc |
6 | DESTDIR= ../bin | 6 | DESTDIR= ../bin |
7 | 7 | ||
8 | include( ../variables.pri ) | 8 | include( ../variables.pri ) |
9 | 9 | ||
10 | INCLUDEPATH += ../microkde ../ interfaces ../microkde/kdecore ../microkde/kdeui ../microkde/kio/kfile ../microkde/kio/kio | 10 | INCLUDEPATH += ../microkde ../ interfaces ../microkde/kdecore ../microkde/kdeui ../microkde/kio/kfile ../microkde/kio/kio ../libkdepim |
11 | #../qtcompat | 11 | #../qtcompat |
12 | DEFINES += KORG_NODND KORG_NOPLUGINS KORG_NOARCHIVE KORG_NOMAIL | 12 | DEFINES += KORG_NODND KORG_NOPLUGINS KORG_NOARCHIVE KORG_NOMAIL |
13 | DEFINES += KORG_NODCOP KORG_NOKALARMD KORG_NORESOURCEVIEW KORG_NOSPLITTER | 13 | DEFINES += KORG_NODCOP KORG_NOKALARMD KORG_NORESOURCEVIEW KORG_NOSPLITTER |
14 | #KORG_NOPRINTER KORG_NOKABC | 14 | #KORG_NOPRINTER KORG_NOKABC |
15 | DEFINES += KORG_NOLVALTERNATION | 15 | DEFINES += KORG_NOLVALTERNATION |
16 | DEFINES += DESKTOP_VERSION | 16 | DEFINES += DESKTOP_VERSION |
17 | unix : { | 17 | unix : { |
18 | LIBS += ../bin/libmicrokdepim.so | 18 | LIBS += ../bin/libmicrokdepim.so |
19 | LIBS += ../bin/libmicrokcal.so | 19 | LIBS += ../bin/libmicrokcal.so |
20 | LIBS += ../bin/libmicrokde.so | 20 | LIBS += ../bin/libmicrokde.so |
21 | LIBS += ../bin/libmicrokabc.so | 21 | LIBS += ../bin/libmicrokabc.so |
22 | LIBS += ../bin/libmicrogammu.so | 22 | LIBS += ../bin/libmicrogammu.so |
23 | LIBS += -lbluetooth | 23 | LIBS += -lbluetooth |
24 | LIBS += -lsdp | 24 | LIBS += -lsdp |
25 | 25 | ||
26 | LIBS += -lldap | 26 | LIBS += -lldap |