summaryrefslogtreecommitdiff
path: root/examples/menuapplet/menuapplet.pro
blob: 1e20e78f1b785915befc651dd6f8f859d8fe7fb8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
TEMPLATE      = lib
CONFIG       += qt plugn warn_on 
HEADERS       = example.h
SOURCES       = example.cpp
TARGET        = example_applet
DESTDIR       = $(OPIEDIR)/plugins/applets
INCLUDEPATH  += $(OPIEDIR)/include
DEPENDPATH   += $(OPIEDIR)/include
LIBS         += -lqpe
VERSION       = 1.0.0

include( $(OPIEDIR)/include.pro )