1
0
mirror of https://gitlab.com/kelteseth/ScreenPlay.git synced 2024-09-16 07:22:34 +02:00

Remove more nlohmann_json

This commit is contained in:
Elias Steurer 2020-08-10 22:25:10 +02:00
parent 888f00b31f
commit 3574d217b8

View File

@ -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)