Skip to content

Commit 190bbda

Browse files
committed
fix 39e33de
1 parent 82aac08 commit 190bbda

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/customwidgets/CMakeLists.txt

-6
Original file line numberDiff line numberDiff line change
@@ -98,12 +98,6 @@ include_directories(SYSTEM
9898
${${QT_VERSION_BASE}Designer_INCLUDE_DIRS}
9999
)
100100

101-
if (BUILD_WITH_QT6)
102-
QT6_WRAP_CPP(QGIS_CUSTOMWIDGETS_MOC_SRCS ${QGIS_CUSTOMWIDGETS_MOC_HDRS})
103-
else()
104-
QT5_WRAP_CPP(QGIS_CUSTOMWIDGETS_MOC_SRCS ${QGIS_CUSTOMWIDGETS_MOC_HDRS})
105-
endif()
106-
107101
#############################################################
108102
# qgis_customwidgets library
109103

0 commit comments

Comments
 (0)