refactor: extract lib_timer

This commit is contained in:
Michael Mandl 2024-03-20 21:12:33 +01:00
parent 14dbf00775
commit 10b19749f7
Signed by: mandlm
GPG key ID: 4AA25D647AA54CC7
8 changed files with 433 additions and 4 deletions

View file

@ -34,7 +34,7 @@ else()
endif()
target_link_libraries(QVectorSearch PRIVATE Qt${QT_VERSION_MAJOR}::Widgets
vector_search)
timer vector_search)
# Qt for iOS sets MACOSX_BUNDLE_GUI_IDENTIFIER automatically since Qt 6.1. If
# you are developing for iOS or macOS you should consider setting an explicit,