Skip to content

Commit 547d624

Browse files
author
rblazek
committedMar 10, 2006
use UIC variable (from Roberto Flor)
git-svn-id: http://svn.osgeo.org/qgis/trunk@4994 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 5feccc1 commit 547d624

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎tools/mapserver_export/Makefile.am

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ bin_PROGRAMS = msexport
1717
$(MOC) -o $@ $<
1818

1919
ui_%.h: %.ui
20-
uic -o $@ $<
20+
$(UIC) -o $@ $<
2121

2222
#uic $< -o $@
2323

0 commit comments

Comments
 (0)
Please sign in to comment.