summaryrefslogtreecommitdiff
path: root/libopie2/examples/opieui/okeyconfigwidget/keyconfig.pro
blob: 5f379ef083e0c309eb0e14f0607c44bb3dcba08b (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 )