We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98b683c commit 1d8689fCopy full SHA for 1d8689f
src/3d/CMakeLists.txt
@@ -142,7 +142,7 @@ INCLUDE_DIRECTORIES(SYSTEM
142
143
ADD_LIBRARY(qgis_3d SHARED ${QGIS_3D_SRCS} ${QGIS_3D_MOC_SRCS} ${QGIS_3D_HDRS} ${QGIS_3D_RCC_SRCS})
144
145
-qt5_use_modules(qgis_3d 3DCore 3DRender 3DInput 3DLogic 3DExtras)
+TARGET_LINK_LIBRARIES(qgis_3d Qt5::3DCore Qt5::3DRender Qt5::3DInput Qt5::3DLogic Qt5::3DExtras)
146
147
GENERATE_EXPORT_HEADER(
148
qgis_3d
0 commit comments