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