From 8889ffd6f6958c3a1d07bafedcc8af5d786a1660 Mon Sep 17 00:00:00 2001 From: zautrix Date: Wed, 15 Sep 2004 09:04:40 +0000 Subject: desktop compiling fixes --- (limited to 'gammu') 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 \ depend/nokia/dct3trac/wmx-sim.c \ depend/nokia/dct3trac/wmx-util.c \ depend/nokia/dct3trac/wmx.c - +unix : { LIBS += ../../../bin/libmicrogammu.so /usr/lib/libbluetooth.so /usr/lib/libsdp.so /usr/lib/libpthread.so -DESTDIR = ../../../bin OBJECTS_DIR = obj/unix -TARGET = kammu \ No newline at end of file +} +win32 : { +CONFIG = qt warn_on +#LIBS += mfc71u.lib +LIBS += libc.lib +#LIBS += msvcrt.lib +QMAKE_LINK += /NODEFAULTLIB:msvcrt +LIBS += ../../../bin/microgammu.lib +OBJECTS_DIR = obj/win +} +DESTDIR = ../../../bin +TARGET = kammu -- cgit v0.9.0.2