Show More
@@ -72,6 +72,7 b' def set_qt_api(gui):' | |||||
72 | f'environment variable is set to "{qt_api}"' |
|
72 | f'environment variable is set to "{qt_api}"' | |
73 | ) |
|
73 | ) | |
74 | else: |
|
74 | else: | |
|
75 | # NOTE: 'qt4' is not selectable because it's set as an alias for 'qt'; see `aliases` above. | |||
75 | if gui == "qt4": |
|
76 | if gui == "qt4": | |
76 | try: |
|
77 | try: | |
77 | import PyQt # noqa |
|
78 | import PyQt # noqa |
General Comments 0
You need to be logged in to leave comments.
Login now