diff options
| author | Skye Deving <76892045+skyedeving@users.noreply.github.com> | 2021-01-04 12:09:04 -0600 |
|---|---|---|
| committer | Skye Deving <76892045+skyedeving@users.noreply.github.com> | 2021-01-28 11:05:42 -0600 |
| commit | fd5387caf839ec6074545bce59fec7598faec57e (patch) | |
| tree | a0088721fde95d4ec350d39c7b815021a6b76e15 | |
| parent | ac9dfe32c080823c5f9d0be0efd31b2ad90ecfeb (diff) | |
Link a more relevant qt lib
| -rw-r--r-- | test/CMakeLists.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt index cc02859e..ea163c1a 100644 --- a/test/CMakeLists.txt +++ b/test/CMakeLists.txt @@ -1,6 +1,6 @@ -find_package(Qt5 COMPONENTS Widgets REQUIRED) +find_package(Qt5 COMPONENTS Core REQUIRED) find_package(Catch2 REQUIRED) add_executable(test test_aopacket.cpp ../include/aopacket.h ../src/aopacket.cpp) target_include_directories(test PRIVATE ../include) -target_link_libraries(test PRIVATE Qt5::Widgets Catch2::Catch2) +target_link_libraries(test PRIVATE Qt5::Core Catch2::Catch2) |
