From 3574d217b8a71884329cf29f98d4192f4fd598bc Mon Sep 17 00:00:00 2001 From: Elias Steurer Date: Mon, 10 Aug 2020 22:25:10 +0200 Subject: [PATCH] Remove more nlohmann_json --- ScreenPlay/CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ScreenPlay/CMakeLists.txt b/ScreenPlay/CMakeLists.txt index efe8cf92..0665310b 100644 --- a/ScreenPlay/CMakeLists.txt +++ b/ScreenPlay/CMakeLists.txt @@ -17,7 +17,6 @@ find_package( find_package(ZLIB REQUIRED) find_package(OpenSSL REQUIRED) find_package(libzippp CONFIG REQUIRED) -find_package(nlohmann_json CONFIG REQUIRED) set(src main.cpp @@ -57,6 +56,8 @@ set(headers app.h src/util.h src/create.h) + + qt5_add_big_resources(resources resources.qrc) if(CMAKE_BUILD_TYPE STREQUAL "Debug") @@ -81,7 +82,6 @@ target_link_libraries(${PROJECT_NAME} Qt5::Widgets Qt5::Core Qt5::WebEngine - nlohmann_json::nlohmann_json libzippp::libzippp ScreenPlaySDK QTBreakpadplugin)