-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 \ 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 |