Masterctrl/MasterCtrl.pro
Jean-François Martel a955ae9ea8 Dev...
2015-08-14 07:50:51 -04:00

31 lines
857 B
Prolog

#QT += Network
QT += gui declarative network
HEADERS += \
Sources/MasterCtrl.h \
Sources/GlobalDefine.h \
Sources/485NetworkCommIF.h \
Sources/EthernetNetworkCommIF.h \
Sources/232NetworkCommIF.h \
Sources/NetworkProtocol.h \
Sources/AbstractNetworkInterface.h \
Sources/DeadboltDevice.h \
SOURCES += \
Sources/main.cpp \
Sources/MasterCtrl.cpp \
Sources/485NetworkCommIF.cpp \
Sources/232NetworkCommIF.cpp \
Sources/EthernetNetworkCommIF.cpp \
Sources/NetworkProtocol.cpp \
Sources/DeadboltDevice.cpp
#win32:SOURCES += $$PWD/Source/qextserialport/win_qextserialport.cpp \
# $$PWD/Source/qextserialport/qextserialenumerator_win.cpp
#win32:DEFINES += _TTY_WIN_ WINVER=0x0501
INCLUDEPATH += $$PWD/ \
$$PWD/Sources/ \
$$PWD/Sources/qextserialport/