summaryrefslogtreecommitdiff
path: root/noncore/settings/sysinfo/sysinfo.pro
authormickeyl <mickeyl>2004-02-27 19:39:59 (UTC)
committer mickeyl <mickeyl>2004-02-27 19:39:59 (UTC)
commite2b37546627e0959c14920d751275377b13739a5 (patch) (side-by-side diff)
treeb2bc189227928f93c5194348d39a48a29e4f7f05 /noncore/settings/sysinfo/sysinfo.pro
parent069a15dcec8054ce2d8436a2961bd05cf2fffcd5 (diff)
downloadopie-e2b37546627e0959c14920d751275377b13739a5.zip
opie-e2b37546627e0959c14920d751275377b13739a5.tar.gz
opie-e2b37546627e0959c14920d751275377b13739a5.tar.bz2
the integer test now is the official dhrystone benchmark
that makes it easier to compare results
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,11 +1,13 @@
CONFIG = qt warn_on release quick-app
-HEADERS = memory.h \
+HEADERS = \
+ memory.h \
graph.h \
load.h \
storage.h \
processinfo.h \
modulesinfo.h \
detail.h \
+ contrib/dhry.h \
benchmarkinfo.h \
versioninfo.h \
sysinfo.h
@@ -17,14 +19,15 @@ SOURCES = main.cpp \
processinfo.cpp \
modulesinfo.cpp \
detail.cpp \
- benchmarkinfo.cpp fft.c \
+ contrib/dhry.c contrib/fft.c \
+ benchmarkinfo.cpp \
versioninfo.cpp \
sysinfo.cpp
INCLUDEPATH += $(OPIEDIR)/include
DEPENDPATH += $(OPIEDIR)/include
LIBS += -lqpe -lopiecore2 -lopieui2
-
+DEFINES += UNIX
TARGET = sysinfo
include ( $(OPIEDIR)/include.pro )