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

include ( $(OPIEDIR)/include.pro )