Fix pyuic call

git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@3807 e7d03fd6-7b0d-0410-9947-9c21f3af8025
This commit is contained in:
calvin 2008-06-11 13:01:26 +00:00
parent 45728a3b37
commit 62f586f2c7

View file

@ -5,7 +5,7 @@ UI_FILES = linkchecker_ui.py
all: $(UI_FILES)
linkchecker_ui.py: ui/mainwindow.ui
pyuic4 -tr _ -o $@ $<
pyuic4 -o $@ $<
#linkchecker_rc.py: linkchecker.qrc
# pyrcc4 -o $@ $<