-rw-r--r-- | examples/opiebluez/.cvsignore | 6 | ||||
-rw-r--r-- | examples/opiebluez/config.in | 4 | ||||
-rw-r--r-- | examples/opiebluez/obluezdemo/.cvsignore | 6 | ||||
-rw-r--r-- | examples/opiebluez/obluezdemo/main.cpp | 7 | ||||
-rw-r--r-- | examples/opiebluez/obluezdemo/main.h | 0 | ||||
-rw-r--r-- | examples/opiebluez/obluezdemo/obluezdemo.pro | 16 | ||||
-rw-r--r-- | examples/opiebluez/oblueztest/.cvsignore | 6 | ||||
-rw-r--r-- | examples/opiebluez/oblueztest/main.cpp | 5 | ||||
-rw-r--r-- | examples/opiebluez/oblueztest/main.h | 0 | ||||
-rw-r--r-- | examples/opiebluez/oblueztest/oblueztest.pro | 17 | ||||
-rw-r--r-- | examples/opiebluez/opiebluez.pro | 3 |
11 files changed, 70 insertions, 0 deletions
diff --git a/examples/opiebluez/.cvsignore b/examples/opiebluez/.cvsignore new file mode 100644 index 0000000..8f7300c --- a/dev/null +++ b/examples/opiebluez/.cvsignore | |||
@@ -0,0 +1,6 @@ | |||
1 | Makefile* | ||
2 | moc* | ||
3 | *moc | ||
4 | *.o | ||
5 | ~* | ||
6 | |||
diff --git a/examples/opiebluez/config.in b/examples/opiebluez/config.in new file mode 100644 index 0000000..f733be9 --- a/dev/null +++ b/examples/opiebluez/config.in | |||
@@ -0,0 +1,4 @@ | |||
1 | config EXAMPLE_LIBOPIE2SHOWER | ||
2 | boolean "libopieshower2 examples" | ||
3 | depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE2SHOWER | ||
4 | |||
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 @@ | |||
1 | Makefile* | ||
2 | moc* | ||
3 | *moc | ||
4 | *.o | ||
5 | ~* | ||
6 | |||
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 @@ | |||
1 | #include "main.h" | ||
2 | |||
3 | int main( int argc, char* argv ) | ||
4 | { | ||
5 | return 0; | ||
6 | } | ||
7 | |||
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 @@ | |||
1 | TEMPLATE = app | ||
2 | CONFIG = qt warn_on | ||
3 | HEADERS = main.h | ||
4 | SOURCES = main.cpp | ||
5 | INCLUDEPATH += $(OPIEDIR)/include | ||
6 | DEPENDPATH += $(OPIEDIR)/include | ||
7 | LIBS += -lopiecore2 -lopieshower2 | ||
8 | TARGET = oshowerdemo | ||
9 | |||
10 | !contains( platform, x11 ) { | ||
11 | include( $(OPIEDIR)/include.pro ) | ||
12 | } | ||
13 | |||
14 | contains( platform, x11 ) { | ||
15 | LIBS += -L$(OPIEDIR)/lib -Wl,-rpath,$(OPIEDIR)/lib | ||
16 | } | ||
diff --git a/examples/opiebluez/oblueztest/.cvsignore b/examples/opiebluez/oblueztest/.cvsignore new file mode 100644 index 0000000..8f7300c --- a/dev/null +++ b/examples/opiebluez/oblueztest/.cvsignore | |||
@@ -0,0 +1,6 @@ | |||
1 | Makefile* | ||
2 | moc* | ||
3 | *moc | ||
4 | *.o | ||
5 | ~* | ||
6 | |||
diff --git a/examples/opiebluez/oblueztest/main.cpp b/examples/opiebluez/oblueztest/main.cpp new file mode 100644 index 0000000..f50847e --- a/dev/null +++ b/examples/opiebluez/oblueztest/main.cpp | |||
@@ -0,0 +1,5 @@ | |||
1 | int main( int argc, char** argv ) | ||
2 | { | ||
3 | return 0; | ||
4 | } | ||
5 | |||
diff --git a/examples/opiebluez/oblueztest/main.h b/examples/opiebluez/oblueztest/main.h new file mode 100644 index 0000000..e69de29 --- a/dev/null +++ b/examples/opiebluez/oblueztest/main.h | |||
diff --git a/examples/opiebluez/oblueztest/oblueztest.pro b/examples/opiebluez/oblueztest/oblueztest.pro new file mode 100644 index 0000000..4439949 --- a/dev/null +++ b/examples/opiebluez/oblueztest/oblueztest.pro | |||
@@ -0,0 +1,17 @@ | |||
1 | TEMPLATE = app | ||
2 | CONFIG = qt warn_on | ||
3 | HEADERS = main.h | ||
4 | SOURCES = main.cpp | ||
5 | INCLUDEPATH += $(OPIEDIR)/include | ||
6 | DEPENDPATH += $(OPIEDIR)/include | ||
7 | LIBS += -lopiecore2 -lopieshower2 | ||
8 | TARGET = oshowertest | ||
9 | |||
10 | !contains( platform, x11 ) { | ||
11 | include( $(OPIEDIR)/include.pro ) | ||
12 | } | ||
13 | |||
14 | contains( platform, x11 ) { | ||
15 | LIBS += -L$(OPIEDIR)/lib -Wl,-rpath,$(OPIEDIR)/lib | ||
16 | } | ||
17 | |||
diff --git a/examples/opiebluez/opiebluez.pro b/examples/opiebluez/opiebluez.pro new file mode 100644 index 0000000..7e9fa8f --- a/dev/null +++ b/examples/opiebluez/opiebluez.pro | |||
@@ -0,0 +1,3 @@ | |||
1 | TEMPLATE = subdirs | ||
2 | SUBDIRS = oshowerdemo oshowertest | ||
3 | |||