author | zautrix <zautrix> | 2004-09-15 09:04:40 (UTC) |
---|---|---|
committer | zautrix <zautrix> | 2004-09-15 09:04:40 (UTC) |
commit | 8889ffd6f6958c3a1d07bafedcc8af5d786a1660 (patch) (unidiff) | |
tree | 50c8335d792e9142d8d864de04c0f9acdf82c820 /gammu/emb | |
parent | 3dc613bf5ba5a2c7bc7aef50fc00c2146206fefb (diff) | |
download | kdepimpi-8889ffd6f6958c3a1d07bafedcc8af5d786a1660.zip kdepimpi-8889ffd6f6958c3a1d07bafedcc8af5d786a1660.tar.gz kdepimpi-8889ffd6f6958c3a1d07bafedcc8af5d786a1660.tar.bz2 |
desktop compiling fixes
-rw-r--r-- | gammu/emb/gammu/gammu.pro | 16 |
1 files changed, 13 insertions, 3 deletions
diff --git a/gammu/emb/gammu/gammu.pro b/gammu/emb/gammu/gammu.pro index 299de7f..22476a1 100644 --- a/gammu/emb/gammu/gammu.pro +++ b/gammu/emb/gammu/gammu.pro | |||
@@ -45,8 +45,18 @@ SOURCES += gammu.c \ | |||
45 | depend/nokia/dct3trac/wmx-sim.c \ | 45 | depend/nokia/dct3trac/wmx-sim.c \ |
46 | depend/nokia/dct3trac/wmx-util.c \ | 46 | depend/nokia/dct3trac/wmx-util.c \ |
47 | depend/nokia/dct3trac/wmx.c | 47 | depend/nokia/dct3trac/wmx.c |
48 | 48 | unix : { | |
49 | LIBS += ../../../bin/libmicrogammu.so /usr/lib/libbluetooth.so /usr/lib/libsdp.so /usr/lib/libpthread.so | 49 | LIBS += ../../../bin/libmicrogammu.so /usr/lib/libbluetooth.so /usr/lib/libsdp.so /usr/lib/libpthread.so |
50 | DESTDIR = ../../../bin | ||
51 | OBJECTS_DIR = obj/unix | 50 | OBJECTS_DIR = obj/unix |
52 | TARGET = kammu \ No newline at end of file | 51 | } |
52 | win32 : { | ||
53 | CONFIG = qt warn_on | ||
54 | #LIBS += mfc71u.lib | ||
55 | LIBS += libc.lib | ||
56 | #LIBS += msvcrt.lib | ||
57 | QMAKE_LINK += /NODEFAULTLIB:msvcrt | ||
58 | LIBS += ../../../bin/microgammu.lib | ||
59 | OBJECTS_DIR = obj/win | ||
60 | } | ||
61 | DESTDIR = ../../../bin | ||
62 | TARGET = kammu | ||