diff --git a/make/make.py b/make/make.py index 06d52401a820496b4696e8ec025856298c8d8f0a..d18baf5d7b2693c638cbd38bd97110381e5f81e7 100644 --- a/make/make.py +++ b/make/make.py @@ -410,10 +410,9 @@ if __name__ == '__main__': createCreditsHTML() - if False: + if True: #convert SVG to PNG and link them into the resource file svg2png(icondir, overwrite=False) - if True: #add png icons to qrc file png2qrc(icondir, pathQrc)