Fix: add source-files to project

This commit is contained in:
Siegfried Siegert 2024-02-22 08:44:34 +01:00
parent 42c817ddce
commit 8f8947482a
Signed by: SiegfriedSiegert
GPG Key ID: 68371E015E8F0B03
3 changed files with 8 additions and 12 deletions

View File

@ -90,7 +90,9 @@ HEADERS += \
$${PWD}/include/sendWRcmd.h \
$${PWD}/include/storeINdata.h \
$${PWD}/include/tslib.h \
$${PWD}/include/shared_mem_buffer.h
$${PWD}/include/shared_mem_buffer.h \
$${PWD}/include/reporting_thread.h \
$${PWD}/include/download_thread.h
SOURCES += \
$${PWD}/src/datei.cpp \
@ -101,7 +103,9 @@ SOURCES += \
$${PWD}/src/sendWRcmd.cpp \
$${PWD}/src/storeINdata.cpp \
$${PWD}/src/tslib.cpp \
$${PWD}/src/shared_mem_buffer.cpp
$${PWD}/src/shared_mem_buffer.cpp \
$${PWD}/src/reporting_thread.cpp \
$${PWD}/src/download_thread.cpp
# INTERFACE = DeviceController

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)

View File

@ -2,12 +2,6 @@ TEMPLATE = lib
TARGET = CAslave
VERSION="1.0.1"
HEADERS += \
../include/reporting_thread.h
SOURCES += \
../src/reporting_thread.cpp
include(../DCLibraries.pri)
win32 {