summaryrefslogtreecommitdiff
path: root/noncore/settings/sysinfo/sysinfo.pro
blob: 46d6117ba6a801abd1f464ca9b4140a73bbd1c76 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
CONFIG    = qt warn_on  quick-app
HEADERS   = \
      memory.h \
      graph.h \
      load.h \
      storage.h \
      processinfo.h \
      modulesinfo.h \
      detail.h \
      contrib/dhry.h \
      benchmarkinfo.h \
      sysloginfo.h \
      versioninfo.h \
      sysinfo.h
SOURCES   = main.cpp \
      memory.cpp \
      graph.cpp \
      load.cpp \
      storage.cpp \
      processinfo.cpp \
      modulesinfo.cpp \
      detail.cpp \
      contrib/dhry.c contrib/fft.c \
      benchmarkinfo.cpp \
      sysloginfo.cpp \
      versioninfo.cpp \
      sysinfo.cpp

INCLUDEPATH += $(OPIEDIR)/include
DEPENDPATH  += $(OPIEDIR)/include
LIBS        += -lqpe -lopiecore2 -lopieui2
DEFINES     += UNIX
TARGET    = sysinfo
VERSION   = 1.2.0

include( $(OPIEDIR)/include.pro )