Skip to content

Commit

Permalink
fix 39e33de
Browse files Browse the repository at this point in the history
  • Loading branch information
jef-n committed Nov 1, 2024
1 parent 82aac08 commit 190bbda
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 190bbda

Please sign in to comment.