diff options
| author | Nikita Kostovsky <luntik2012@gmail.com> | 2025-01-26 11:56:35 +0100 |
|---|---|---|
| committer | Nikita Kostovsky <luntik2012@gmail.com> | 2025-01-26 11:56:35 +0100 |
| commit | be8db2ba14898628598c5c189327c7530679f9f1 (patch) | |
| tree | 9c833c77982f1cff93d68738eb3ee2d43f453f8a /CMakeLists.txt | |
| parent | 20a7e68346b07bc47f1ddf425aacf13ac3c339e4 (diff) | |
add rpizero api url to main.cpp
Diffstat (limited to 'CMakeLists.txt')
| -rw-r--r-- | CMakeLists.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 3a92f17..3515951 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -44,8 +44,8 @@ target_link_libraries(appeurydice PRIVATE Qt6::Widgets Qt6::Quick - #qcustomplot-qt6 - qcustomplot + qcustomplot-qt6 + # qcustomplot ) target_compile_definitions(app${PROJECT_NAME} PRIVATE QCUSTOMPLOT_USE_LIBRARY) |
