Fix: add source-files to project

This commit is contained in:
2024-02-22 08:44:34 +01:00
parent 42c817ddce
commit 8f8947482a
3 changed files with 8 additions and 12 deletions

View File

@@ -5,14 +5,12 @@ VERSION="1.0.1"
HEADERS += \
../include/com.h \
../include/datIf.h \
../include/prot.h \
../include/download_thread.h
../include/prot.h
SOURCES += \
../src/com.cpp \
../src/datIf.cpp \
../src/prot.cpp \
../src/download_thread.cpp
../src/prot.cpp
include(../DCLibraries.pri)