mirror of
https://github.com/arsenetar/dupeguru.git
synced 2026-01-22 14:41:39 +00:00
qt: move qt.base units into qt root package
This commit is contained in:
4
build.py
4
build.py
@@ -171,8 +171,8 @@ def build_qt(dev):
|
||||
print("Building localizations")
|
||||
build_localizations('qt')
|
||||
print("Building Qt stuff")
|
||||
print_and_do("pyrcc5 {0} > {1}".format(op.join('qt', 'base', 'dg.qrc'), op.join('qt', 'base', 'dg_rc.py')))
|
||||
fix_qt_resource_file(op.join('qt', 'base', 'dg_rc.py'))
|
||||
print_and_do("pyrcc5 {0} > {1}".format(op.join('qt', 'dg.qrc'), op.join('qt', 'dg_rc.py')))
|
||||
fix_qt_resource_file(op.join('qt', 'dg_rc.py'))
|
||||
build_help()
|
||||
print("Creating the run.py file")
|
||||
shutil.copy(op.join('qt', 'run_template.py'), 'run.py')
|
||||
|
||||
Reference in New Issue
Block a user