mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-23 00:02:38 -05:00
Use versionless target
This commit is contained in:
parent
2b89189591
commit
484389a8f4
@ -288,11 +288,7 @@ target_include_directories(qgis_3d PUBLIC
|
||||
${CMAKE_SOURCE_DIR}/external/tinygltf
|
||||
)
|
||||
|
||||
if (BUILD_WITH_QT6)
|
||||
target_link_libraries(qgis_3d Qt6::3DCore Qt6::3DRender Qt6::3DInput Qt6::3DLogic Qt6::3DExtras)
|
||||
else()
|
||||
target_link_libraries(qgis_3d Qt5::3DCore Qt5::3DRender Qt5::3DInput Qt5::3DLogic Qt5::3DExtras)
|
||||
endif()
|
||||
target_link_libraries(qgis_3d Qt::3DCore Qt::3DRender Qt::3DInput Qt::3DLogic Qt::3DExtras)
|
||||
|
||||
GENERATE_EXPORT_HEADER(
|
||||
qgis_3d
|
||||
|
Loading…
x
Reference in New Issue
Block a user