summaryrefslogtreecommitdiff
authorzecke <zecke>2003-02-16 17:51:50 (UTC)
committer zecke <zecke>2003-02-16 17:51:50 (UTC)
commite432a66a0adc25ada8aa9f106d3505c0b6e8a623 (patch) (side-by-side diff)
tree4f136ff733aca8eb1f7ff6ac6fbb56a8377d747e
parent62cc9d89378f281c11599f38c3ebe89886b69568 (diff)
downloadopie-e432a66a0adc25ada8aa9f106d3505c0b6e8a623.zip
opie-e432a66a0adc25ada8aa9f106d3505c0b6e8a623.tar.gz
opie-e432a66a0adc25ada8aa9f106d3505c0b6e8a623.tar.bz2
so people can actually built it
Diffstat (more/less context) (ignore whitespace changes)
-rw-r--r--core/obex/obex.pro31
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 @@
+TEMPLATE = lib
+CONFIG += qt warn_on release
+HEADERS = obex.h obeximpl.h obexhandler.h obexsend.h receiver.h
+SOURCES = obex.cc obeximpl.cpp obexsend.cpp obexhandler.cpp receiver.cpp
+TARGET = opieobex
+DESTDIR = $(OPIEDIR)/plugins/obex
+INCLUDEPATH += $(OPIEDIR)/include $(OPIEDIR)/core/launcher
+DEPENDPATH += ../$(OPIEDIR)/include
+LIBS += -lqpe -lopie
+VERSION = 0.0.2
+
+TRANSLATIONS = ../../../i18n/de/libopieobex.ts \
+ ../../../i18n/da/libopieobex.ts \
+ ../../../i18n/xx/libopieobex.ts \
+ ../../../i18n/en/libopieobex.ts \
+ ../../../i18n/es/libopieobex.ts \
+ ../../../i18n/fr/libopieobex.ts \
+ ../../../i18n/hu/libopieobex.ts \
+ ../../../i18n/ja/libopieobex.ts \
+ ../../../i18n/ko/libopieobex.ts \
+ ../../../i18n/no/libopieobex.ts \
+ ../../../i18n/pl/libopieobex.ts \
+ ../../../i18n/pt/libopieobex.ts \
+ ../../../i18n/pt_BR/libopieobex.ts \
+ ../../../i18n/sl/libopieobex.ts \
+ ../../../i18n/zh_CN/libopieobex.ts \
+ ../../../i18n/zh_TW/libopieobex.ts
+
+
+
+include ( $(OPIEDIR)/include.pro )