Skip to content

Commit

Permalink
AnalyzeView: Download Logs in Separate Thread
Browse files Browse the repository at this point in the history
  • Loading branch information
HTRamsey committed Oct 16, 2024
1 parent 13031c3 commit 064d990
Show file tree
Hide file tree
Showing 9 changed files with 607 additions and 536 deletions.
3 changes: 2 additions & 1 deletion src/AnalyzeView/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
find_package(Qt6 REQUIRED COMPONENTS Core Charts Gui Qml QmlIntegration)
find_package(Qt6 REQUIRED COMPONENTS Concurrent Core Charts Gui Qml QmlIntegration)

qt_add_library(AnalyzeView STATIC
GeoTagController.cc
Expand Down Expand Up @@ -27,6 +27,7 @@ qt_add_library(AnalyzeView STATIC

target_link_libraries(AnalyzeView
PRIVATE
Qt6::Concurrent
Qt6::Charts
Qt6::Gui
Qt6::Qml
Expand Down
Loading

0 comments on commit 064d990

Please sign in to comment.