Skip to content

Commit

Permalink
use UIC variable (from Roberto Flor)
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/trunk@4994 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
rblazek committed Mar 10, 2006
1 parent 5feccc1 commit 547d624
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/mapserver_export/Makefile.am
Expand Up @@ -17,7 +17,7 @@ bin_PROGRAMS = msexport
$(MOC) -o $@ $<

ui_%.h: %.ui
uic -o $@ $<
$(UIC) -o $@ $<

#uic $< -o $@

Expand Down

0 comments on commit 547d624

Please sign in to comment.