13 lines
166 B
Plaintext
13 lines
166 B
Plaintext
CONFIG += c++11
|
|
|
|
SOURCES += \
|
|
$$PWD/SLCANInterface.cpp \
|
|
$$PWD/SLCANDriver.cpp
|
|
|
|
HEADERS += \
|
|
$$PWD/SLCANInterface.h \
|
|
$$PWD/SLCANDriver.h
|
|
|
|
FORMS +=
|
|
|