diff --git a/base/qt/dg.qrc b/base/qt/dg.qrc
index f2f5e936..bd8d0a26 100644
--- a/base/qt/dg.qrc
+++ b/base/qt/dg.qrc
@@ -8,7 +8,6 @@
images/dgse_logo_32.png
images/dgse_logo_128.png
images/folderwin32.png
- images/gear.png
images/preferences32.png
images/actions32.png
images/delta32.png
diff --git a/se/qt/gen.py b/se/qt/gen.py
index 6ae54431..88b8e4a9 100644
--- a/se/qt/gen.py
+++ b/se/qt/gen.py
@@ -16,6 +16,7 @@ from hsutil.build import print_and_do, build_all_qt_ui
build_all_qt_ui(op.join('qtlib', 'ui'))
build_all_qt_ui('base')
build_all_qt_ui('.')
+print_and_do("pyrcc4 {0} > {1}".format(op.join('base', 'dg.qrc'), op.join('base', 'dg_rc.py')))
os.chdir('help')
print_and_do('python gen.py')