Skip to content

Commit

Permalink
Merge pull request #59306 from jef-n/fix-customwidgets
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kuhn authored Nov 2, 2024
2 parents e74ea28 + 190bbda commit f9f5817
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/customwidgets/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -98,12 +98,6 @@ include_directories(SYSTEM
${${QT_VERSION_BASE}Designer_INCLUDE_DIRS}
)

if (BUILD_WITH_QT6)
QT6_WRAP_CPP(QGIS_CUSTOMWIDGETS_MOC_SRCS ${QGIS_CUSTOMWIDGETS_MOC_HDRS})
else()
QT5_WRAP_CPP(QGIS_CUSTOMWIDGETS_MOC_SRCS ${QGIS_CUSTOMWIDGETS_MOC_HDRS})
endif()

#############################################################
# qgis_customwidgets library

Expand Down

0 comments on commit f9f5817

Please sign in to comment.