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

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