summaryrefslogtreecommitdiff
path: root/noncore/settings/sysinfo/sysinfo.pro
Unidiff
Diffstat (limited to 'noncore/settings/sysinfo/sysinfo.pro') (more/less context) (show whitespace changes)
-rw-r--r--noncore/settings/sysinfo/sysinfo.pro11
1 files changed, 7 insertions, 4 deletions
diff --git a/noncore/settings/sysinfo/sysinfo.pro b/noncore/settings/sysinfo/sysinfo.pro
index e1d6449..8b23a57 100644
--- a/noncore/settings/sysinfo/sysinfo.pro
+++ b/noncore/settings/sysinfo/sysinfo.pro
@@ -1,7 +1,8 @@
1CONFIG = qt warn_on quick-app 1CONFIG = qt warn_on quick-app
2
2HEADERS = \ 3HEADERS = \
3 memory.h \ 4 memory.h \
4 graph.h \ 5 graph.h \
5 load.h \ 6 devicesinfo.h \
6 storage.h \ 7 storage.h \
7 processinfo.h \ 8 processinfo.h \
@@ -13,8 +14,10 @@ HEADERS = \
13 versioninfo.h \ 14 versioninfo.h \
14 sysinfo.h 15 sysinfo.h
15SOURCES = main.cpp \ 16
17SOURCES = \
18 main.cpp \
16 memory.cpp \ 19 memory.cpp \
17 graph.cpp \ 20 graph.cpp \
18 load.cpp \ 21 devicesinfo.cpp \
19 storage.cpp \ 22 storage.cpp \
20 processinfo.cpp \ 23 processinfo.cpp \
@@ -32,5 +35,5 @@ LIBS += -lqpe -lopiecore2 -lopieui2
32DEFINES += UNIX 35DEFINES += UNIX
33TARGET = sysinfo 36TARGET = sysinfo
34VERSION = 1.2.2 37VERSION = 1.3.0
35 38
36include( $(OPIEDIR)/include.pro ) 39include( $(OPIEDIR)/include.pro )