From eaf6da2bd05eac392c118c11fd5be1bab8586b6a Mon Sep 17 00:00:00 2001 From: zecke Date: Fri, 05 Sep 2003 21:09:43 +0000 Subject: OWidgetStack and Example showing it and QSignalMapper Added. The only problem with BigScreen Mode is window sizing and placing but this is a task of the WM we do not have... --- (limited to 'libopie/big-screen/example/owidgetstack_example.pro') diff --git a/libopie/big-screen/example/owidgetstack_example.pro b/libopie/big-screen/example/owidgetstack_example.pro new file mode 100644 index 0000000..ad1dc09 --- a/dev/null +++ b/libopie/big-screen/example/owidgetstack_example.pro @@ -0,0 +1,13 @@ +CONFIG += qt warn_on +TEMPLATE = app +TARGET = owidgetstack-example + +SOURCES = ../owidgetstack.cpp owidgetstack_example.cpp +HEADERS = ../owidgetstack.h owidgetstack_example.h + +INCLUDEPATH += $(OPIEDIR)/include +DEPENDSPATH += $(OPIEDIR)/include + +LIBS += -lqpe + +include ( $(OPIEDIR)/include.pro ) -- cgit v0.9.0.2