From a691909050b60b94f5525093062c23d0fab11d1b Mon Sep 17 00:00:00 2001 From: korovkin Date: Sun, 03 Dec 2006 14:09:33 +0000 Subject: Made OBEX library buildable if bluetooth support is disabled. --- (limited to 'core/obex/btobex.h') diff --git a/core/obex/btobex.h b/core/obex/btobex.h index 7e91c06..d9bd886 100644 --- a/core/obex/btobex.h +++ b/core/obex/btobex.h @@ -32,6 +32,7 @@ #ifndef OpieBtObex_H #define OpieBtObex_H +#ifdef BLUETOOTH #include "obexbase.h" #include @@ -114,5 +115,5 @@ private slots: }; }; - +#endif //BLUETOOTH #endif -- cgit v0.9.0.2