summarylogtreecommitdiffstats
path: root/hydrus-client
diff options
context:
space:
mode:
authorScore_Under2019-11-21 00:50:30 +0000
committerScore_Under2019-11-21 00:53:41 +0000
commit416be2efd93e809f864b3b2cff7ea0184bdbb13a (patch)
tree4ae1e391c891f4d27e43ff3e6cb757d5ccaab092 /hydrus-client
parent823011488eed0b1a3fdb33639ac40ac80550471b (diff)
downloadaur-416be2efd93e809f864b3b2cff7ea0184bdbb13a.tar.gz
Default to PyQt5 (pyside <5.14 is broken on python 3.8)
Diffstat (limited to 'hydrus-client')
-rw-r--r--hydrus-client1
1 files changed, 1 insertions, 0 deletions
diff --git a/hydrus-client b/hydrus-client
index 16b14ba225f3..9e9e822095d9 100644
--- a/hydrus-client
+++ b/hydrus-client
@@ -1,2 +1,3 @@
#!/bin/sh
+export QT_API="${QT_API:-pyqt5}"
exec python -OO /opt/hydrus/client.pyw "$@"