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 Nov 20, 2024
1 parent 2814c75 commit f83bbfa
Show file tree
Hide file tree
Showing 9 changed files with 532 additions and 556 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 f83bbfa

Please sign in to comment.