summaryrefslogtreecommitdiff
path: root/libopie/big-screen/example/owidgetstack_example.pro
Unidiff
Diffstat (limited to 'libopie/big-screen/example/owidgetstack_example.pro') (more/less context) (show whitespace changes)
-rw-r--r--libopie/big-screen/example/owidgetstack_example.pro13
1 files changed, 13 insertions, 0 deletions
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 @@
1CONFIG += qt warn_on
2TEMPLATE = app
3TARGET = owidgetstack-example
4
5SOURCES = ../owidgetstack.cpp owidgetstack_example.cpp
6HEADERS = ../owidgetstack.h owidgetstack_example.h
7
8INCLUDEPATH += $(OPIEDIR)/include
9DEPENDSPATH += $(OPIEDIR)/include
10
11LIBS += -lqpe
12
13include ( $(OPIEDIR)/include.pro )