summaryrefslogtreecommitdiff
path: root/core/applets/obex/obex.pro
authorzecke <zecke>2003-02-16 15:49:02 (UTC)
committer zecke <zecke>2003-02-16 15:49:02 (UTC)
commit30a098530260176ac20d75ba6cb7abfb3d998c13 (patch) (side-by-side diff)
treeee5c08ca67fa00574414153921ab2de654c60421 /core/applets/obex/obex.pro
parent7fab90d46144843d32e476ada8d0a5f40f50aa60 (diff)
downloadopie-30a098530260176ac20d75ba6cb7abfb3d998c13.zip
opie-30a098530260176ac20d75ba6cb7abfb3d998c13.tar.gz
opie-30a098530260176ac20d75ba6cb7abfb3d998c13.tar.bz2
disable snd in IrDaApplet it hangs on my machine..
Remove the hacky OBEX Implementation Add a more cleaned up more appealing (not yet working) version which will even be able to do OBEX over Bluetooth in the future -It handles receive better let's you choose what to do with custom files and created a DocLnk -Send lets you beam to multiple devices this needs the IrDa Applet to be present
Diffstat (limited to 'core/applets/obex/obex.pro') (more/less context) (ignore whitespace changes)
-rw-r--r--core/applets/obex/obex.pro32
1 files changed, 0 insertions, 32 deletions
diff --git a/core/applets/obex/obex.pro b/core/applets/obex/obex.pro
deleted file mode 100644
index d7cc338..0000000
--- a/core/applets/obex/obex.pro
+++ b/dev/null
@@ -1,32 +0,0 @@
-TEMPLATE = lib
-CONFIG += qt warn_on release
-HEADERS = obex.h obeximpl.h
-SOURCES = obex.cc obeximpl.cc
-TARGET = opieobex
-DESTDIR = $(OPIEDIR)/plugins/obex
-INCLUDEPATH += $(OPIEDIR)/include $(OPIEDIR)/core/launcher
-DEPENDPATH += ../$(OPIEDIR)/include
-INTERFACES = obexinc.ui obexdlg.ui
-LIBS += -lqpe -lopie
-VERSION = 0.0.1
-
-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 )