Digitalisierte Elektroverteilung zur permanenten Verbraucherüberwachung
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

ClientSimulation.pro 989B

12345678910111213141516171819202122232425262728293031323334
  1. TEMPLATE = app
  2. CONFIG += console c++17
  3. CONFIG -= app_bundle
  4. CONFIG -= qt
  5. QMAKE_CXXFLAGS += -std=c++0x -pthread
  6. LIBS += -pthread
  7. INCLUDEPATH += /home/michael/baConditionMonitoring/ClientSimulation/ClientSimulation/AsioNetClientServer/
  8. INCLUDEPATH += /home/michael/baConditionMonitoring/ClientSimulation/ClientSimulation/AsioNetClientServer/src
  9. SOURCES += \
  10. ClientSimulation.cpp \
  11. DataModel.cpp \
  12. IpTcpClient.cpp \
  13. NetClient.cpp \
  14. PublisherData.cpp \
  15. easylogging++.cc
  16. HEADERS += \
  17. AsioNetClientServer/net_server_client.h \
  18. AsioNetClientServer/src/net_client.h \
  19. AsioNetClientServer/src/net_common.h \
  20. AsioNetClientServer/src/net_connection.h \
  21. AsioNetClientServer/src/net_dequeue_ts.h \
  22. AsioNetClientServer/src/net_message.h \
  23. AsioNetClientServer/src/net_server.h \
  24. DataModel.h \
  25. IpTcpClient.h \
  26. NetClient.h \
  27. PublisherData.h \
  28. PublisherType.h \
  29. easylogging++.h \
  30. instreamOperator.h