mirror of
https://github.com/qgis/QGIS.git
synced 2025-11-27 00:07:16 -05:00
Fix for syntax error preventing compile
git-svn-id: http://svn.osgeo.org/qgis/trunk@11386 c8812cc2-4d05-0410-92ff-de0c093fc19c
This commit is contained in:
parent
9500b0db2b
commit
831879d7a7
@ -16,7 +16,7 @@ MACRO(PYQT4_WRAP_UI outfiles)
|
|||||||
)
|
)
|
||||||
SET(${outfiles} ${${outfiles}} ${out})
|
SET(${outfiles} ${${outfiles}} ${out})
|
||||||
ENDFOREACH(it)
|
ENDFOREACH(it)
|
||||||
ENDMACRO(PYQT_WRAP_UI)
|
ENDMACRO(PYQT4_WRAP_UI)
|
||||||
|
|
||||||
FILE (GLOB UI_FILES ui_files/*.ui)
|
FILE (GLOB UI_FILES ui_files/*.ui)
|
||||||
PYQT4_WRAP_UI(PYUI_FILES ${UI_FILES})
|
PYQT4_WRAP_UI(PYUI_FILES ${UI_FILES})
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user