SLCANDriver.pri 166 B

123456789101112
  1. CONFIG += c++11
  2. SOURCES += \
  3. $$PWD/SLCANInterface.cpp \
  4. $$PWD/SLCANDriver.cpp
  5. HEADERS += \
  6. $$PWD/SLCANInterface.h \
  7. $$PWD/SLCANDriver.h
  8. FORMS +=