-rw-r--r-- | core/obex/obex.pro | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/core/obex/obex.pro b/core/obex/obex.pro new file mode 100644 index 0000000..6e5fdbf --- a/dev/null +++ b/core/obex/obex.pro | |||
@@ -0,0 +1,31 @@ | |||
1 | TEMPLATE= lib | ||
2 | CONFIG += qt warn_on release | ||
3 | HEADERS= obex.h obeximpl.h obexhandler.h obexsend.h receiver.h | ||
4 | SOURCES= obex.cc obeximpl.cpp obexsend.cpp obexhandler.cpp receiver.cpp | ||
5 | TARGET = opieobex | ||
6 | DESTDIR = $(OPIEDIR)/plugins/obex | ||
7 | INCLUDEPATH += $(OPIEDIR)/include $(OPIEDIR)/core/launcher | ||
8 | DEPENDPATH += ../$(OPIEDIR)/include | ||
9 | LIBS += -lqpe -lopie | ||
10 | VERSION = 0.0.2 | ||
11 | |||
12 | TRANSLATIONS = ../../../i18n/de/libopieobex.ts \ | ||
13 | ../../../i18n/da/libopieobex.ts \ | ||
14 | ../../../i18n/xx/libopieobex.ts \ | ||
15 | ../../../i18n/en/libopieobex.ts \ | ||
16 | ../../../i18n/es/libopieobex.ts \ | ||
17 | ../../../i18n/fr/libopieobex.ts \ | ||
18 | ../../../i18n/hu/libopieobex.ts \ | ||
19 | ../../../i18n/ja/libopieobex.ts \ | ||
20 | ../../../i18n/ko/libopieobex.ts \ | ||
21 | ../../../i18n/no/libopieobex.ts \ | ||
22 | ../../../i18n/pl/libopieobex.ts \ | ||
23 | ../../../i18n/pt/libopieobex.ts \ | ||
24 | ../../../i18n/pt_BR/libopieobex.ts \ | ||
25 | ../../../i18n/sl/libopieobex.ts \ | ||
26 | ../../../i18n/zh_CN/libopieobex.ts \ | ||
27 | ../../../i18n/zh_TW/libopieobex.ts | ||
28 | |||
29 | |||
30 | |||
31 | include ( $(OPIEDIR)/include.pro ) | ||