diff --git a/qdarkstyle/compile_qrc.py b/qdarkstyle/compile_qrc.py index 38251187d..ae4f3e8ef 100755 --- a/qdarkstyle/compile_qrc.py +++ b/qdarkstyle/compile_qrc.py @@ -40,8 +40,8 @@ def compile_all(): """ Compile style.qrc using rcc, pyside-rcc and pyrcc4 """ - print("Compiling for Qt: style.qrc -> style.rcc") - os.system("rcc style.qrc -o style.rcc") + # print("Compiling for Qt: style.qrc -> style.rcc") + # os.system("rcc style.qrc -o style.rcc") print("Compiling for PyQt4: style.qrc -> pyqt_style_rc.py") os.system("pyrcc4 -py3 style.qrc -o pyqt_style_rc.py") print("Compiling for PySide: style.qrc -> pyside_style_rc.py")