QT += core gui network greaterThan(QT_MAJOR_VERSION, 4): QT += widgets CONFIG += c++11 FORMS += ChannelItem.ui FORMS += PhaseWindow.ui include(common/common.pri) include(protocol/protocol.pri) HEADERS += PhaseDevice.h HEADERS += ChannelItem.h HEADERS += PhaseWindow.h SOURCES += PhaseDevice.cpp SOURCES += 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 DISTFILES += conf/config.ini RESOURCES += images.qrc