summaryrefslogtreecommitdiff
path: root/noncore/applets/memoryapplet/memoryapplet.pro
Side-by-side diff
Diffstat (limited to 'noncore/applets/memoryapplet/memoryapplet.pro') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/applets/memoryapplet/memoryapplet.pro24
1 files changed, 24 insertions, 0 deletions
diff --git a/noncore/applets/memoryapplet/memoryapplet.pro b/noncore/applets/memoryapplet/memoryapplet.pro
new file mode 100644
index 0000000..eafabce
--- a/dev/null
+++ b/noncore/applets/memoryapplet/memoryapplet.pro
@@ -0,0 +1,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 )