summaryrefslogtreecommitdiffabout
path: root/gammu/emb/gammu/gammuE.pro
Side-by-side diff
Diffstat (limited to 'gammu/emb/gammu/gammuE.pro') (more/less context) (ignore whitespace changes)
-rw-r--r--gammu/emb/gammu/gammuE.pro4
1 files changed, 3 insertions, 1 deletions
diff --git a/gammu/emb/gammu/gammuE.pro b/gammu/emb/gammu/gammuE.pro
index a1028cb..5010d8c 100644
--- a/gammu/emb/gammu/gammuE.pro
+++ b/gammu/emb/gammu/gammuE.pro
@@ -10,7 +10,7 @@ DEPENDPATH += msvc06.mak \
depend/siemens \
depend/nokia/dct3trac
INCLUDEPATH += . smsd depend/nokia depend/nokia/dct3trac depend/siemens
-CONFIG = qt warn_off release
+# console
# Input
HEADERS += gammu.h \
@@ -46,10 +46,12 @@ SOURCES += gammu.c \
depend/nokia/dct3trac/wmx-util.c \
depend/nokia/dct3trac/wmx.c
+LIBS += -L$(QPEDIR)/lib
LIBS += -lmicrogammu
LIBS += -lbluetooth
LIBS += -lsdp
LIBS += -lpthread
+CONFIG = warn_off release console
DESTDIR=$(QPEDIR)/bin
OBJECTS_DIR = obj/$(PLATFORM)
TARGET = kammu \ No newline at end of file