use UIC variable (from Roberto Flor)

git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@4994 c8812cc2-4d05-0410-92ff-de0c093fc19c
This commit is contained in:
rblazek 2006-03-10 09:39:59 +00:00
parent ccf9b41675
commit 46b2b93587

View File

@ -17,7 +17,7 @@ bin_PROGRAMS = msexport
$(MOC) -o $@ $<
ui_%.h: %.ui
uic -o $@ $<
$(UIC) -o $@ $<
#uic $< -o $@