-
Notifications
You must be signed in to change notification settings - Fork 1
/
disktest.pro
55 lines (44 loc) · 1.29 KB
/
disktest.pro
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
#-------------------------------------------------
#
# Project created by QtCreator 2015-07-14T11:06:44
#
#-------------------------------------------------
QT += core gui
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets printsupport
TARGET = diskTest
TEMPLATE = app
SOURCES += main.cpp\
mainwindow.cpp \
iozone/iozone.c \
iozone/libasync.c \
iozone/libbif.c \
iozone/iozone_event.cpp \
iozone/iozone_paramwidget.cpp \
iozone/iozone_widget.cpp \
postmark/postmark_paramwidget.cpp \
postmark/postmark_widget.cpp \
postmark/postmark_event.cpp \
postmark/postmark_thread.cpp \
postmark/postmark-1.53.c \
iozone/iozone_thread.cpp \
qcustomplot/qcustomplot.cpp \
iozone/iozone_chart.cpp \
postmark/postmark_chart.cpp \
iozone/iozone_rate_model.cpp
HEADERS += mainwindow.h \
iozone/iozone_event.h \
iozone/iozone_paramwidget.h \
iozone/iozone_widget.h \
postmark/postmark_paramwidget.h \
postmark/postmark_widget.h \
postmark/postmark_event.h \
postmark/postmark_thread.h \
iozone/iozone_thread.h \
qcustomplot/qcustomplot.h \
iozone/iozone_chart.h \
postmark/postmark_chart.h \
iozone/iozone_rate_model.h
DEFINES = unix HAVE_ANSIC_C ASYNC_IO NAME='"linux-AMD64"' __AMD64__ SHARED_MEM linux _LARGEFILE64_SOURCE HAVE_PREAD
LIBS += -lrt -lpthread
RESOURCES += \
res.qrc