-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathPingerInterface.pro
More file actions
44 lines (35 loc) · 921 Bytes
/
PingerInterface.pro
File metadata and controls
44 lines (35 loc) · 921 Bytes
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
#-------------------------------------------------
#
# Project created by QtCreator 2015-06-06T07:24:01
#
#-------------------------------------------------
QT += core gui
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets printsupport
TARGET = PingerInterface
TEMPLATE = app
SOURCES += main.cpp\
mainwindow.cpp \
pinger.cpp \
pingtimeplot.cpp \
QCustomPlot/qcustomplot.cpp \
probabilitydensityplot.cpp \
colorgenerator.cpp \
pingtimetable.cpp
HEADERS += mainwindow.hpp \
pinger.hpp \
pingtimeplot.hpp \
QCustomPlot/qcustomplot.h \
pingresult.hpp \
probabilitydensityplot.hpp \
colorgenerator.hpp \
pingtimetable.hpp
FORMS += mainwindow.ui \
pingtimeplot.ui \
probabilitydensityplot.ui \
pingtimetable.ui
CONFIG += c++11
QMAKE_CXXFLAGS += -pthread
LIBS += -lpthread
win32: LIBS += -lWS2_32
win32: LIBS += -lIPHlpApi
win32: LIBS += -lDnsAPI