We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 82aac08 commit 190bbdaCopy full SHA for 190bbda
src/customwidgets/CMakeLists.txt
@@ -98,12 +98,6 @@ include_directories(SYSTEM
98
${${QT_VERSION_BASE}Designer_INCLUDE_DIRS}
99
)
100
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
-
107
#############################################################
108
# qgis_customwidgets library
109
0 commit comments