author | zecke <zecke> | 2003-02-16 17:51:50 (UTC) |
---|---|---|
committer | zecke <zecke> | 2003-02-16 17:51:50 (UTC) |
commit | e432a66a0adc25ada8aa9f106d3505c0b6e8a623 (patch) (unidiff) | |
tree | 4f136ff733aca8eb1f7ff6ac6fbb56a8377d747e | |
parent | 62cc9d89378f281c11599f38c3ebe89886b69568 (diff) | |
download | opie-e432a66a0adc25ada8aa9f106d3505c0b6e8a623.zip opie-e432a66a0adc25ada8aa9f106d3505c0b6e8a623.tar.gz opie-e432a66a0adc25ada8aa9f106d3505c0b6e8a623.tar.bz2 |
so people can actually built it
-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 ) | ||