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

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 )