summaryrefslogtreecommitdiff
path: root/core/obex/obex.pro
Unidiff
Diffstat (limited to 'core/obex/obex.pro') (more/less context) (ignore whitespace changes)
-rw-r--r--core/obex/obex.pro20
1 files changed, 0 insertions, 20 deletions
diff --git a/core/obex/obex.pro b/core/obex/obex.pro
index 8ad1e28..6f0e6d1 100644
--- a/core/obex/obex.pro
+++ b/core/obex/obex.pro
@@ -1,33 +1,13 @@
1 TEMPLATE= lib 1 TEMPLATE= lib
2 CONFIG += qt warn_on release 2 CONFIG += qt warn_on release
3 HEADERS= obex.h obeximpl.h obexhandler.h obexsend.h receiver.h 3 HEADERS= obex.h obeximpl.h obexhandler.h obexsend.h receiver.h
4 SOURCES= obex.cc obeximpl.cpp obexsend.cpp obexhandler.cpp receiver.cpp 4 SOURCES= obex.cc obeximpl.cpp obexsend.cpp obexhandler.cpp receiver.cpp
5 TARGET = opieobex 5 TARGET = opieobex
6 DESTDIR = $(OPIEDIR)/plugins/obex 6 DESTDIR = $(OPIEDIR)/plugins/obex
7INCLUDEPATH += $(OPIEDIR)/include $(OPIEDIR)/core/launcher 7INCLUDEPATH += $(OPIEDIR)/include $(OPIEDIR)/core/launcher
8DEPENDPATH += ../$(OPIEDIR)/include 8DEPENDPATH += ../$(OPIEDIR)/include
9LIBS += -lqpe -lopie 9LIBS += -lqpe -lopie
10 VERSION = 0.0.2 10 VERSION = 0.0.2
11 11
12TRANSLATIONS = ../../../i18n/de/libopieobex.ts \
13 ../../../i18n/nl/libopieobex.ts \
14 ../../../i18n/da/libopieobex.ts \
15 ../../../i18n/xx/libopieobex.ts \
16 ../../../i18n/en/libopieobex.ts \
17 ../../../i18n/es/libopieobex.ts \
18 ../../../i18n/fr/libopieobex.ts \
19 ../../../i18n/hu/libopieobex.ts \
20 ../../../i18n/ja/libopieobex.ts \
21 ../../../i18n/ko/libopieobex.ts \
22 ../../../i18n/no/libopieobex.ts \
23 ../../../i18n/pl/libopieobex.ts \
24 ../../../i18n/pt/libopieobex.ts \
25 ../../../i18n/pt_BR/libopieobex.ts \
26 ../../../i18n/sl/libopieobex.ts \
27 ../../../i18n/zh_CN/libopieobex.ts \
28 ../../../i18n/zh_TW/libopieobex.ts
29
30
31
32include ( $(OPIEDIR)/include.pro ) 12include ( $(OPIEDIR)/include.pro )
33target.path = $$prefix/plugins/applets 13target.path = $$prefix/plugins/applets