summaryrefslogtreecommitdiff
path: root/noncore/settings/sysinfo/sysinfo.pro
Unidiff
Diffstat (limited to 'noncore/settings/sysinfo/sysinfo.pro') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/settings/sysinfo/sysinfo.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/noncore/settings/sysinfo/sysinfo.pro b/noncore/settings/sysinfo/sysinfo.pro
index 8b23a57..ed9bc0e 100644
--- a/noncore/settings/sysinfo/sysinfo.pro
+++ b/noncore/settings/sysinfo/sysinfo.pro
@@ -1,39 +1,39 @@
1CONFIG = qt warn_on quick-app 1CONFIG = qt warn_on quick-app
2 2
3HEADERS = \ 3HEADERS = \
4 memory.h \ 4 memory.h \
5 graph.h \ 5 graph.h \
6 devicesinfo.h \ 6 devicesinfo.h \
7 storage.h \ 7 storage.h \
8 processinfo.h \ 8 processinfo.h \
9 modulesinfo.h \ 9 modulesinfo.h \
10 detail.h \ 10 detail.h \
11 contrib/dhry.h \ 11 contrib/dhry.h \
12 benchmarkinfo.h \ 12 benchmarkinfo.h \
13 sysloginfo.h \ 13 sysloginfo.h \
14 versioninfo.h \ 14 versioninfo.h \
15 sysinfo.h 15 sysinfo.h
16 16
17SOURCES = \ 17SOURCES = \
18 main.cpp \ 18 main.cpp \
19 memory.cpp \ 19 memory.cpp \
20 graph.cpp \ 20 graph.cpp \
21 devicesinfo.cpp \ 21 devicesinfo.cpp \
22 storage.cpp \ 22 storage.cpp \
23 processinfo.cpp \ 23 processinfo.cpp \
24 modulesinfo.cpp \ 24 modulesinfo.cpp \
25 detail.cpp \ 25 detail.cpp \
26 contrib/dhry.c contrib/fft.c \ 26 contrib/dhry.c contrib/fft.c \
27 benchmarkinfo.cpp \ 27 benchmarkinfo.cpp \
28 sysloginfo.cpp \ 28 sysloginfo.cpp \
29 versioninfo.cpp \ 29 versioninfo.cpp \
30 sysinfo.cpp 30 sysinfo.cpp
31 31
32INCLUDEPATH += $(OPIEDIR)/include 32INCLUDEPATH += $(OPIEDIR)/include
33DEPENDPATH += $(OPIEDIR)/include 33DEPENDPATH += $(OPIEDIR)/include
34LIBS += -lqpe -lopiecore2 -lopieui2 34LIBS += -lqpe -lopiecore2 -lopieui2
35DEFINES += UNIX 35DEFINES += UNIX
36TARGET = sysinfo 36TARGET = sysinfo
37VERSION = 1.3.0 37VERSION = 1.3.1
38 38
39include( $(OPIEDIR)/include.pro ) 39include( $(OPIEDIR)/include.pro )