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

include( $(OPIEDIR)/include.pro )
target.path = $$prefix/plugins/applets