summaryrefslogtreecommitdiff
path: root/noncore/applets/memoryapplet/memoryapplet.pro
blob: 1dfc02ff1fe8d2ddee42518c949d81d2db9428b0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
TEMPLATE    = lib
CONFIG      += qt plugin warn_on 
HEADERS     = graph.h \
            load.h \
            memory.h \
            memorymeter.h  \
            memorystatus.h \
            swapfile.h
SOURCES     = graph.cpp \
            load.cpp \
            memory.cpp \
            memorymeter.cpp \
            memorystatus.cpp \
            swapfile.cpp
TARGET      = memoryapplet
DESTDIR     = $(OPIEDIR)/plugins/applets
INCLUDEPATH += $(OPIEDIR)/include
DEPENDPATH  += 
VERSION     = 1.0.1
LIBS        += -lqpe -lopiecore2 -lopieui2

include( $(OPIEDIR)/include.pro )