mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-15 08:31:57 -05:00
Rm compilation for Qt:
c++ users will compile it themselves as described in the readme
This commit is contained in:
parent
3ab302ae19
commit
4fe9a9a81a
@ -40,8 +40,8 @@ def compile_all():
|
|||||||
"""
|
"""
|
||||||
Compile style.qrc using rcc, pyside-rcc and pyrcc4
|
Compile style.qrc using rcc, pyside-rcc and pyrcc4
|
||||||
"""
|
"""
|
||||||
print("Compiling for Qt: style.qrc -> style.rcc")
|
# print("Compiling for Qt: style.qrc -> style.rcc")
|
||||||
os.system("rcc style.qrc -o style.rcc")
|
# os.system("rcc style.qrc -o style.rcc")
|
||||||
print("Compiling for PyQt4: style.qrc -> pyqt_style_rc.py")
|
print("Compiling for PyQt4: style.qrc -> pyqt_style_rc.py")
|
||||||
os.system("pyrcc4 -py3 style.qrc -o 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")
|
print("Compiling for PySide: style.qrc -> pyside_style_rc.py")
|
||||||
|
Loading…
Reference in New Issue
Block a user