mirror of
https://github.com/arsenetar/dupeguru.git
synced 2024-11-16 04:09:02 +00:00
dgme qt: adjusted to the latest developments.
--HG-- extra : convert_revision : svn%3Ac306627e-7827-47d3-bdf0-9a457c9553a1/trunk%40152
This commit is contained in:
parent
9210a8dd6e
commit
e0f52c9b80
12
me/qt/gen.py
12
me/qt/gen.py
@ -9,15 +9,13 @@
|
||||
# http://www.hardcoded.net/licenses/hs_license
|
||||
|
||||
import os
|
||||
import os.path as op
|
||||
|
||||
from hsutil.build import print_and_do
|
||||
from hsutil.build import print_and_do, build_all_qt_ui
|
||||
|
||||
os.chdir('base')
|
||||
print_and_do('python gen.py')
|
||||
os.chdir('..')
|
||||
|
||||
print_and_do("pyuic4 details_dialog.ui > details_dialog_ui.py")
|
||||
print_and_do("pyuic4 preferences_dialog.ui > preferences_dialog_ui.py")
|
||||
build_all_qt_ui(op.join('qtlib', 'ui'))
|
||||
build_all_qt_ui('base')
|
||||
build_all_qt_ui('.')
|
||||
|
||||
os.chdir('help')
|
||||
print_and_do('python gen.py')
|
||||
|
Loading…
Reference in New Issue
Block a user