Skip to content

Commit

Permalink
Fix macos-13 build
Browse files Browse the repository at this point in the history
It still uses qmake, so new sources should be added there too

Signed-off-by: Viktor Kopp <[email protected]>
  • Loading branch information
vifactor committed Dec 23, 2024
1 parent 295c9b5 commit f8f3d7d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions qdlt/qdlt.pro
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ SOURCES += \
fieldnames.cpp \
qdltimporter.cpp \
dltmessagematcher.cpp \
qdltctrlmsg.cpp \

HEADERS += qdlt.h \
export_rules.h \
Expand Down Expand Up @@ -100,6 +101,7 @@ HEADERS += qdlt.h \
fieldnames.h \
qdltimporter.h \
dltmessagematcher.h \
qdltctrlmsg.h \

unix:VERSION = 1.0.0

Expand Down
4 changes: 3 additions & 1 deletion src/src.pro
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,7 @@ SOURCES += main.cpp \
dltmsgqueue.cpp \
dltfileindexerthread.cpp \
dltfileindexerdefaultfilterthread.cpp \
ecutree.cpp \

# Show these headers in the project
HEADERS += mainwindow.h \
Expand Down Expand Up @@ -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 \
Expand Down

0 comments on commit f8f3d7d

Please sign in to comment.