Newer
Older
ZXSSCJ / CounterAcq / CounterAcq.pro
tanyue on 3 Jan 2022 672 bytes 20220103 counter and phase status
QT       += core gui serialport network

greaterThan(QT_MAJOR_VERSION, 4): QT += widgets

CONFIG += c++11

FORMS += CounterWindow.ui

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

HEADERS += CounterDevice.h
HEADERS += CounterWindow.h

SOURCES += CounterDevice.cpp
SOURCES += CounterWindow.cpp
SOURCES += main.cpp

DISTFILES += conf/config.ini

# 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