Skip to content

Commit

Permalink
Fix for syntax error preventing compile
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/trunk@11386 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
timlinux committed Aug 15, 2009
1 parent 9500b0d commit 831879d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/plugins/osm/CMakeLists.txt
Expand Up @@ -16,7 +16,7 @@ MACRO(PYQT4_WRAP_UI outfiles)
)
SET(${outfiles} ${${outfiles}} ${out})
ENDFOREACH(it)
ENDMACRO(PYQT_WRAP_UI)
ENDMACRO(PYQT4_WRAP_UI)

FILE (GLOB UI_FILES ui_files/*.ui)
PYQT4_WRAP_UI(PYUI_FILES ${UI_FILES})
Expand Down

0 comments on commit 831879d

Please sign in to comment.