mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-08-02 08:18:25 +02:00
[qt6] Add QT6 support for wireframe on nvidia
This commit is contained in:
parent
5a0b1c0c95
commit
5953ed5767
8 changed files with 49 additions and 287 deletions
|
@ -39,7 +39,7 @@ class SimpleFarmSubmitter(BaseSubmitter):
|
|||
# logging.info('REZ: {}'.format(str(r)))
|
||||
v = r.split('-')
|
||||
# logging.info(' v: {}'.format(str(v)))
|
||||
if len(v) == 2:
|
||||
if len(v) >= 2:
|
||||
resolvedVersions[v[0]] = v[1]
|
||||
for p in packages:
|
||||
if p.startswith('~'):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue