We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9500b0d commit 831879dCopy full SHA for 831879d
python/plugins/osm/CMakeLists.txt
@@ -16,7 +16,7 @@ MACRO(PYQT4_WRAP_UI outfiles)
16
)
17
SET(${outfiles} ${${outfiles}} ${out})
18
ENDFOREACH(it)
19
-ENDMACRO(PYQT_WRAP_UI)
+ENDMACRO(PYQT4_WRAP_UI)
20
21
FILE (GLOB UI_FILES ui_files/*.ui)
22
PYQT4_WRAP_UI(PYUI_FILES ${UI_FILES})
0 commit comments