diff options
| author | Stanislaw Halik <sthalik@misaki.pl> | 2023-01-23 13:59:51 +0100 |
|---|---|---|
| committer | Stanislaw Halik <sthalik@misaki.pl> | 2023-01-23 14:16:35 +0100 |
| commit | d9c08de6846435b2f9b685dd19124522943c52a4 (patch) | |
| tree | 8a1231c0b255fcc7576cadd07e738589ec0570c0 /tracker-hatire | |
| parent | c5d6e636ff7a8df96fb52d4a9700779f480fa576 (diff) | |
[MERGE] cmake: oops, fix qt library copy logic
Diffstat (limited to 'tracker-hatire')
| -rw-r--r-- | tracker-hatire/CMakeLists.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tracker-hatire/CMakeLists.txt b/tracker-hatire/CMakeLists.txt index a73a471c..01dd52b9 100644 --- a/tracker-hatire/CMakeLists.txt +++ b/tracker-hatire/CMakeLists.txt @@ -2,4 +2,7 @@ if(Qt5SerialPort_FOUND) otr_module(tracker-hatire) target_link_libraries(${self} ${Qt5SerialPort_LIBRARIES}) target_include_directories(${self} SYSTEM PUBLIC ${Qt5SerialPort_INCLUDE_DIRS}) + if (WIN32 OR APPLE) + otr_install_lib(Qt5::SerialPort .) + endif() endif() |
