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

TEMPLATE = app
SOURCES = testwidget.cpp
HEADERS = testwidget.h

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

LIBS += -lopieui2 -lopiecore2

include ( $(OPIEDIR)/include.pro )