summaryrefslogtreecommitdiff
path: root/examples/opieui/owidgetstack_example/owidgetstack_example.pro
blob: 8960f03e79245380d24cfd031682ee62f46237fc (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_example.cpp
HEADERS = owidgetstack_example.h

INCLUDEPATH += $(OPIEDIR)/include
DEPENDSPATH += $(OPIEDIR)/include

LIBS += -lqpe -lopiecore2 -lopieui2

include( $(OPIEDIR)/include.pro )