Newer
Older
PhaseMeasure / PhaseMeasure.pro
QT       += core gui network

greaterThan(QT_MAJOR_VERSION, 4): QT += widgets printsupport

CONFIG += c++11

FORMS += ChannelItem.ui
FORMS += ChannelCharts.ui
FORMS += PhaseWindow.ui
FORMS += SetConfig.ui

include(common/common.pri)
include(protocol/protocol.pri)
include(QCustomPlot/QCustomPlot.pri)

HEADERS += PhaseDevice.h
HEADERS += ChannelCharts.h
HEADERS += ChannelItem.h
HEADERS += PhaseWindow.h
HEADERS += SetConfig.h
HEADERS += DataProcessAlgorithm.h

SOURCES += PhaseDevice.cpp
SOURCES += ChannelCharts.cpp
SOURCES += ChannelItem.cpp
SOURCES += PhaseWindow.cpp
SOURCES += SetConfig.cpp
SOURCES += DataProcessAlgorithm.cpp
SOURCES += main.cpp

# Default rules for deployment.
qnx: target.path = /tmp/$${TARGET}/bin
else: unix:!android: target.path = /opt/$${TARGET}/bin
!isEmpty(target.path): INSTALLS += target

DISTFILES += conf/config.ini

RESOURCES += images.qrc