- added missing lrchartaxiseditor to CMakeLists.txt to fix LRDesigner and demo_r1 builds
 - added -qt${QT_VERSION_MAJOR} to demo_r1 and LRDesigner CMakeLists.txt project files
This commit is contained in:
Youssef BEDDAD
2022-05-21 20:30:14 +01:00
parent f561bfa8f3
commit 8575dd25d3
3 changed files with 5 additions and 2 deletions

View File

@@ -16,5 +16,5 @@ target_link_libraries(LRDesigner PUBLIC
Qt${QT_VERSION_MAJOR}::Widgets
Qt${QT_VERSION_MAJOR}::PrintSupport
Qt${QT_VERSION_MAJOR}::Qml
${PROJECT_NAME}
${PROJECT_NAME}-qt${QT_VERSION_MAJOR}
)