Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
remove deprecated qt5_use_modules macro
  • Loading branch information
slarosa authored and nyalldawson committed May 24, 2018
1 parent 98b683c commit 1d8689f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/3d/CMakeLists.txt
Expand Up @@ -142,7 +142,7 @@ INCLUDE_DIRECTORIES(SYSTEM

ADD_LIBRARY(qgis_3d SHARED ${QGIS_3D_SRCS} ${QGIS_3D_MOC_SRCS} ${QGIS_3D_HDRS} ${QGIS_3D_RCC_SRCS})

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)

GENERATE_EXPORT_HEADER(
qgis_3d
Expand Down

0 comments on commit 1d8689f

Please sign in to comment.