Skip to content

Commit

Permalink
Make mlx90640 library static (#762)
Browse files Browse the repository at this point in the history
  • Loading branch information
vkutuev authored Jul 5, 2024
1 parent 21a1de7 commit 9a0a66f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions mlx90640-library/mlx90640-library.pro
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@

TEMPLATE = lib

CONFIG += staticlib

TARGET = trik-mlx90640

include(../global.pri)

INCLUDEPATH += $$PWD/mlx90640-library/headers
Expand Down
2 changes: 1 addition & 1 deletion trikControl/trikControl.pro
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ if (equals(QT_MAJOR_VERSION, 5)) {
QT += widgets
}

links(trikRuntimeQsLog trikKernel trikHal mlx90640-library)
links(trikRuntimeQsLog trikKernel trikHal trik-mlx90640)
implementationIncludes(trikKernel trikHal)
INCLUDEPATH += $$GLOBAL_PWD/mlx90640-library/mlx90640-library/headers

Expand Down

0 comments on commit 9a0a66f

Please sign in to comment.