From f561bfa8f3d83f69855b0081cf91bdee355cfd96 Mon Sep 17 00:00:00 2001 From: Youssef BEDDAD Date: Sat, 21 May 2022 14:49:23 +0100 Subject: [PATCH] Update: - Fixed LRDesigner build complaining about PrintSupport and Qml --- designer/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/designer/CMakeLists.txt b/designer/CMakeLists.txt index 3f3ffe4..cad7b86 100644 --- a/designer/CMakeLists.txt +++ b/designer/CMakeLists.txt @@ -14,5 +14,7 @@ target_include_directories(LRDesigner PUBLIC ${PROJECT_SOURCE_DIR}/include) target_link_libraries(LRDesigner PUBLIC Qt${QT_VERSION_MAJOR}::Core Qt${QT_VERSION_MAJOR}::Widgets + Qt${QT_VERSION_MAJOR}::PrintSupport + Qt${QT_VERSION_MAJOR}::Qml ${PROJECT_NAME} )