From f8f3d7dd252cf287548db8b304f4e1edfaedec4b Mon Sep 17 00:00:00 2001 From: Viktor Kopp Date: Mon, 23 Dec 2024 20:59:25 +0100 Subject: [PATCH] Fix macos-13 build It still uses qmake, so new sources should be added there too Signed-off-by: Viktor Kopp --- qdlt/qdlt.pro | 2 ++ src/src.pro | 4 +++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/qdlt/qdlt.pro b/qdlt/qdlt.pro index 978c5d6f..73776713 100644 --- a/qdlt/qdlt.pro +++ b/qdlt/qdlt.pro @@ -68,6 +68,7 @@ SOURCES += \ fieldnames.cpp \ qdltimporter.cpp \ dltmessagematcher.cpp \ + qdltctrlmsg.cpp \ HEADERS += qdlt.h \ export_rules.h \ @@ -100,6 +101,7 @@ HEADERS += qdlt.h \ fieldnames.h \ qdltimporter.h \ dltmessagematcher.h \ + qdltctrlmsg.h \ unix:VERSION = 1.0.0 diff --git a/src/src.pro b/src/src.pro index 3b42f1ea..b1f056b0 100644 --- a/src/src.pro +++ b/src/src.pro @@ -149,6 +149,7 @@ SOURCES += main.cpp \ dltmsgqueue.cpp \ dltfileindexerthread.cpp \ dltfileindexerdefaultfilterthread.cpp \ + ecutree.cpp \ # Show these headers in the project HEADERS += mainwindow.h \ @@ -180,7 +181,8 @@ HEADERS += mainwindow.h \ dltmsgqueue.h \ dltfileindexerthread.h \ dltfileindexerdefaultfilterthread.h \ - mcudpsocket.h + mcudpsocket.h \ + ecutree.h \ # Compile these UI files FORMS += mainwindow.ui \