From 4a7503c5e64101a5fadcf8003e66bf447d796f95 Mon Sep 17 00:00:00 2001 From: mickeyl Date: Mon, 11 Jul 2005 14:05:01 +0000 Subject: catch up with renames --- (limited to 'examples') diff --git a/examples/opiebluez/obluezdemo/obluezdemo.pro b/examples/opiebluez/obluezdemo/obluezdemo.pro index cea0fcc..b173dbc 100644 --- a/examples/opiebluez/obluezdemo/obluezdemo.pro +++ b/examples/opiebluez/obluezdemo/obluezdemo.pro @@ -4,8 +4,8 @@ HEADERS = main.h SOURCES = main.cpp INCLUDEPATH += $(OPIEDIR)/include DEPENDPATH += $(OPIEDIR)/include -LIBS += -lopiecore2 -lopieshower2 -TARGET = oshowerdemo +LIBS += -lopiecore2 -lopiebluez2 +TARGET = obluezdemo !contains( platform, x11 ) { include( $(OPIEDIR)/include.pro ) diff --git a/examples/opiebluez/oblueztest/main.cpp b/examples/opiebluez/oblueztest/main.cpp index a9fa3f6..2e66d9a 100644 --- a/examples/opiebluez/oblueztest/main.cpp +++ b/examples/opiebluez/oblueztest/main.cpp @@ -2,7 +2,7 @@ #include using namespace Opie::Core; -using namespace Opie::Shower; +using namespace Opie::Bluez; int main( int argc, char** argv ) { diff --git a/examples/opiebluez/oblueztest/oblueztest.pro b/examples/opiebluez/oblueztest/oblueztest.pro index 4439949..7fe0c18 100644 --- a/examples/opiebluez/oblueztest/oblueztest.pro +++ b/examples/opiebluez/oblueztest/oblueztest.pro @@ -4,8 +4,8 @@ HEADERS = main.h SOURCES = main.cpp INCLUDEPATH += $(OPIEDIR)/include DEPENDPATH += $(OPIEDIR)/include -LIBS += -lopiecore2 -lopieshower2 -TARGET = oshowertest +LIBS += -lopiecore2 -lopiebluez2 +TARGET = oblueztest !contains( platform, x11 ) { include( $(OPIEDIR)/include.pro ) -- cgit v0.9.0.2