From 031a4fd69392d064052f0da4236b4d44624343e3 Mon Sep 17 00:00:00 2001 From: mickeyl Date: Sun, 10 Jul 2005 00:18:16 +0000 Subject: Add skeleton for opieshower examples --- (limited to 'examples/opiebluez/obluezdemo') diff --git a/examples/opiebluez/obluezdemo/.cvsignore b/examples/opiebluez/obluezdemo/.cvsignore new file mode 100644 index 0000000..8f7300c --- a/dev/null +++ b/examples/opiebluez/obluezdemo/.cvsignore @@ -0,0 +1,6 @@ +Makefile* +moc* +*moc +*.o +~* + diff --git a/examples/opiebluez/obluezdemo/main.cpp b/examples/opiebluez/obluezdemo/main.cpp new file mode 100644 index 0000000..5e514dc --- a/dev/null +++ b/examples/opiebluez/obluezdemo/main.cpp @@ -0,0 +1,7 @@ +#include "main.h" + +int main( int argc, char* argv ) +{ + return 0; +} + diff --git a/examples/opiebluez/obluezdemo/main.h b/examples/opiebluez/obluezdemo/main.h new file mode 100644 index 0000000..e69de29 --- a/dev/null +++ b/examples/opiebluez/obluezdemo/main.h diff --git a/examples/opiebluez/obluezdemo/obluezdemo.pro b/examples/opiebluez/obluezdemo/obluezdemo.pro new file mode 100644 index 0000000..cea0fcc --- a/dev/null +++ b/examples/opiebluez/obluezdemo/obluezdemo.pro @@ -0,0 +1,16 @@ +TEMPLATE = app +CONFIG = qt warn_on +HEADERS = main.h +SOURCES = main.cpp +INCLUDEPATH += $(OPIEDIR)/include +DEPENDPATH += $(OPIEDIR)/include +LIBS += -lopiecore2 -lopieshower2 +TARGET = oshowerdemo + +!contains( platform, x11 ) { + include( $(OPIEDIR)/include.pro ) +} + +contains( platform, x11 ) { + LIBS += -L$(OPIEDIR)/lib -Wl,-rpath,$(OPIEDIR)/lib +} -- cgit v0.9.0.2