author | zecke <zecke> | 2002-06-21 14:15:04 (UTC) |
---|---|---|
committer | zecke <zecke> | 2002-06-21 14:15:04 (UTC) |
commit | ab08162e2b10fdd4844e2864f445c6b125ce4f60 (patch) (side-by-side diff) | |
tree | aaf7e0acc13efa2e58c19b191375c7a40cff6893 /core/applets/obex | |
parent | e6834009bf23492e009258e3881ce183cf9e27a0 (diff) | |
download | opie-ab08162e2b10fdd4844e2864f445c6b125ce4f60.zip opie-ab08162e2b10fdd4844e2864f445c6b125ce4f60.tar.gz opie-ab08162e2b10fdd4844e2864f445c6b125ce4f60.tar.bz2 |
Fix compilation
-rw-r--r-- | core/applets/obex/obex.pro | 4 | ||||
-rw-r--r-- | core/applets/obex/obeximpl.h | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/core/applets/obex/obex.pro b/core/applets/obex/obex.pro index 6915737..a8c2340 100644 --- a/core/applets/obex/obex.pro +++ b/core/applets/obex/obex.pro @@ -3,8 +3,8 @@ CONFIG += qt warn_on release HEADERS = obex.h obeximpl.h SOURCES = obex.cc obeximpl.cc TARGET = opieobex -DESTDIR = ../../plugins/obex -INCLUDEPATH += $(OPIEDIR)/include +DESTDIR = $(OPIEDIR)/plugins/obex +INCLUDEPATH += $(OPIEDIR)/include $(OPIEDIR)/core/launcher DEPENDPATH += ../$(OPIEDIR)/include INTERFACES = obexinc.ui obexdlg.ui LIBS += -lqpe -lopie diff --git a/core/applets/obex/obeximpl.h b/core/applets/obex/obeximpl.h index 8d10cf1..78d5b25 100644 --- a/core/applets/obex/obeximpl.h +++ b/core/applets/obex/obeximpl.h @@ -3,7 +3,7 @@ #define OpieObexImpl_H #include <qobject.h> -#include "../obexinterface.h" +#include <obexinterface.h> #include "obexdlg.h" #include "obexinc.h" #include <qpe/qcopenvelope_qws.h> |