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

include ( $(OPIEDIR)/include.pro )