summaryrefslogtreecommitdiff
path: root/libopie2/examples/opieui/okeyconfigwidget/keyconfig.pro
blob: 07188d967f1c3411044474feee7c88ed3253e899 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
CONFIG += qt 

TEMPLATE = app
SOURCES = ../../../../noncore/graphics/opie-eye/lib/okeyconfigwidget.cpp testwidget.cpp
HEADERS = ../../../../noncore/graphics/opie-eye/lib/okeyconfigwidget.h testwidget.h

INCLUDEPATH += $(OPIEDIR)/include $(OPIEDIR)/noncore/graphics/opie-eye/lib/
DESTPATH += $(OPIEDIR)/include

LIBS += -lopieui2 -lopiecore2

include ( $(OPIEDIR)/include.pro )