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


include( $(OPIEDIR)/include.pro )