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.pro9
1 files changed, 6 insertions, 3 deletions
diff --git a/noncore/settings/sysinfo/sysinfo.pro b/noncore/settings/sysinfo/sysinfo.pro
index 4baae12..d50f5ed 100644
--- a/noncore/settings/sysinfo/sysinfo.pro
+++ b/noncore/settings/sysinfo/sysinfo.pro
@@ -1,3 +1,4 @@
1CONFIG = qt warn_on release quick-app 1CONFIG = qt warn_on release quick-app
2HEADERS = memory.h \ 2HEADERS = \
3 memory.h \
3 graph.h \ 4 graph.h \
@@ -8,2 +9,3 @@ HEADERS = memory.h \
8 detail.h \ 9 detail.h \
10 contrib/dhry.h \
9 benchmarkinfo.h \ 11 benchmarkinfo.h \
@@ -19,3 +21,4 @@ SOURCES = main.cpp \
19 detail.cpp \ 21 detail.cpp \
20 benchmarkinfo.cpp fft.c \ 22 contrib/dhry.c contrib/fft.c \
23 benchmarkinfo.cpp \
21 versioninfo.cpp \ 24 versioninfo.cpp \
@@ -26,3 +29,3 @@ DEPENDPATH += $(OPIEDIR)/include
26LIBS += -lqpe -lopiecore2 -lopieui2 29LIBS += -lqpe -lopiecore2 -lopieui2
27 30DEFINES += UNIX
28TARGET = sysinfo 31TARGET = sysinfo