summaryrefslogtreecommitdiffabout
path: root/gammu/emb/common/common.pro
Unidiff
Diffstat (limited to 'gammu/emb/common/common.pro') (more/less context) (ignore whitespace changes)
-rw-r--r--gammu/emb/common/common.pro4
1 files changed, 3 insertions, 1 deletions
diff --git a/gammu/emb/common/common.pro b/gammu/emb/common/common.pro
index af45382..65fd303 100644
--- a/gammu/emb/common/common.pro
+++ b/gammu/emb/common/common.pro
@@ -161,34 +161,36 @@ phone/nokia/dct3/n9210.c \
161phone/nokia/dct3/dct3func.c \ 161phone/nokia/dct3/dct3func.c \
162phone/nokia/dct4/n3320.c \ 162phone/nokia/dct4/n3320.c \
163phone/nokia/dct4/n3650.c \ 163phone/nokia/dct4/n3650.c \
164phone/nokia/dct4/n6510.c \ 164phone/nokia/dct4/n6510.c \
165phone/nokia/dct4/dct4func.c \ 165phone/nokia/dct4/dct4func.c \
166phone/nokia/nauto.c \ 166phone/nokia/nauto.c \
167phone/nokia/nfunc.c \ 167phone/nokia/nfunc.c \
168phone/nokia/nfuncold.c \ 168phone/nokia/nfuncold.c \
169phone/obex/obexgen.c \ 169phone/obex/obexgen.c \
170phone/symbian/mroutgen.c 170phone/symbian/mroutgen.c
171 171
172DEFINES += DESKTOP_VERSION 172DEFINES += DESKTOP_VERSION
173TARGET = microgammu 173TARGET = xmicrogammu
174CONFIG = warn_off release console 174CONFIG = warn_off release console
175DESTDIR = ../../../bin 175DESTDIR = ../../../bin
176OBJECTS_DIR = obj/unix 176OBJECTS_DIR = obj/unix
177MOC_DIR = moc/unix 177MOC_DIR = moc/unix
178 178
179unix: { 179unix: {
180HEADERS += device/serial/ser_unx.h \ 180HEADERS += device/serial/ser_unx.h \
181 device/irda/irda_unx.h 181 device/irda/irda_unx.h
182 182
183SOURCES += device/serial/ser_unx.c \ 183SOURCES += device/serial/ser_unx.c \
184 184
185} 185}
186win32:{ 186win32:{
187 187
188HEADERS += device/serial/ser_w32.h \ 188HEADERS += device/serial/ser_w32.h \
189 device/irda/irda_w32.h \ 189 device/irda/irda_w32.h \
190 device/bluetoth/blue_w32.h 190 device/bluetoth/blue_w32.h
191 191
192SOURCES += device/serial/ser_w32.c \ 192SOURCES += device/serial/ser_w32.c \
193 device/bluetoth/blue_w32.c 193 device/bluetoth/blue_w32.c
194} 194}
195#The following line was inserted by qt3to4
196QT += xml qt3support