From 20b3de56573b9e86c6b6041faf684adc8cbb2a45 Mon Sep 17 00:00:00 2001 From: mickeyl Date: Sat, 29 Jan 2005 14:23:27 +0000 Subject: examples to where they belong --- (limited to 'libopie2/examples/opiecore/oglobalsettingsdemo') diff --git a/libopie2/examples/opiecore/oglobalsettingsdemo/.cvsignore b/libopie2/examples/opiecore/oglobalsettingsdemo/.cvsignore deleted file mode 100644 index d564c61..0000000 --- a/libopie2/examples/opiecore/oglobalsettingsdemo/.cvsignore +++ b/dev/null @@ -1,8 +0,0 @@ -oglobalsettingsdemo -Makefile* -obj -moc* -*moc -*.o -~* - diff --git a/libopie2/examples/opiecore/oglobalsettingsdemo/oglobalsettingsdemo.cpp b/libopie2/examples/opiecore/oglobalsettingsdemo/oglobalsettingsdemo.cpp deleted file mode 100644 index 37bcf13..0000000 --- a/libopie2/examples/opiecore/oglobalsettingsdemo/oglobalsettingsdemo.cpp +++ b/dev/null @@ -1,15 +0,0 @@ -#include -#include - -using namespace Opie::Core; - -int main( int argc, char** argv ) -{ - printf( "current debugmode seems to be '%d'\n", OGlobalSettings::debugMode() ); - printf( "output information for this mode is '%s'\n", (const char*) OGlobalSettings::debugOutput() ); - - return 0; - -} - -//#include "moc/oconfigdemo.moc" diff --git a/libopie2/examples/opiecore/oglobalsettingsdemo/oglobalsettingsdemo.pro b/libopie2/examples/opiecore/oglobalsettingsdemo/oglobalsettingsdemo.pro deleted file mode 100644 index d7bed05..0000000 --- a/libopie2/examples/opiecore/oglobalsettingsdemo/oglobalsettingsdemo.pro +++ b/dev/null @@ -1,14 +0,0 @@ -TEMPLATE = app -CONFIG = qt warn_on -HEADERS = -SOURCES = oglobalsettingsdemo.cpp -INCLUDEPATH += $(OPIEDIR)/include -DEPENDPATH += $(OPIEDIR)/include -LIBS += -lopiecore2 -TARGET = oglobalsettingsdemo -MOC_DIR = moc -OBJECTS_DIR = obj - -include( $(OPIEDIR)/include.pro ) - - -- cgit v0.9.0.2