0
0
mirror of https://github.com/fralx/LimeReport.git synced 2025-09-23 16:39:07 +03:00
- 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

@@ -18,6 +18,6 @@ target_link_libraries(demo_r1 PRIVATE
Qt${QT_VERSION_MAJOR}::PrintSupport
Qt${QT_VERSION_MAJOR}::Qml
Qt${QT_VERSION_MAJOR}::Sql
${PROJECT_NAME}
${PROJECT_NAME}-qt${QT_VERSION_MAJOR}
)