summaryrefslogtreecommitdiff
path: root/libopie/big-screen/example/owidgetstack_example.pro
blob: ad1dc09d0ad4816f43e8da429648c4f2f51b4002 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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 )