Newer
Older
PhaseMeasure / PhaseMeasure.pro
[wangxitong] on 22 Dec 2021 764 bytes first commit
QT       += core gui serialport network

greaterThan(QT_MAJOR_VERSION, 4): QT += widgets

CONFIG += c++11

FORMS += \
    ChannelItem.ui \
    PhaseWindow.ui

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

HEADERS += PhaseDevice.h \
    ChannelItem.h
HEADERS += PhaseWindow.h

SOURCES += PhaseDevice.cpp \
    ChannelItem.cpp
SOURCES += PhaseWindow.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

#unix:!macx: LIBS += -L$$PWD/lib/librdkafka/ -lrdkafka -lrdkafka++
#INCLUDEPATH += $$PWD/include/librdkafka
#DEPENDPATH += $$PWD/include/librdkafka

DISTFILES += conf/config.ini

RESOURCES += \
    images.qrc