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.

1234567891011121314151617181920212223242526272829
  1. #-------------------------------------------------
  2. #
  3. # Project created by QtCreator 2015-07-24T22:17:25
  4. #
  5. #-------------------------------------------------
  6. QT += core network
  7. QT -= gui
  8. LIBS += -lptsocket -lwiringPi
  9. TARGET = gpioanalyser-server
  10. CONFIG += console
  11. CONFIG -= app_bundle
  12. QMAKE_CXXFLAGS += -std=c++11
  13. TEMPLATE = app
  14. SOURCES += main.cpp \
  15. mainclass.cpp \
  16. inputmanager.cpp \
  17. gpiomanager.cpp
  18. HEADERS += \
  19. mainclass.h \
  20. inputmanager.h \
  21. gpiomanager.h