Diffstat (limited to 'examples/opiebluez/obluezdemo') (more/less context) (ignore whitespace changes)
-rw-r--r-- | examples/opiebluez/obluezdemo/obluezdemo.pro | 4 |
1 files changed, 2 insertions, 2 deletions
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 @@ -1,14 +1,14 @@ TEMPLATE = app CONFIG = qt warn_on 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 ) } contains( platform, x11 ) { |