mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-04-29 10:34:42 +00:00
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:
parent
45728a3b37
commit
62f586f2c7
1 changed files with 1 additions and 1 deletions
|
|
@ -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 $@ $<
|
||||
|
|
|
|||
Loading…
Reference in a new issue