]> SALOME platform Git repositories - tools/sat_salome.git/commitdiff
Salome HOME
spns #40517: Implement the QT_QPA_PLATFORMTHEME environment variable for Windows
authorNabil Ghodbane <nabil.ghodbane@cea.fr>
Mon, 22 Apr 2024 11:11:16 +0000 (13:11 +0200)
committerNabil Ghodbane <nabil.ghodbane@cea.fr>
Mon, 22 Apr 2024 11:11:16 +0000 (13:11 +0200)
products/env_scripts/qt.py

index 288de0794c531908c3b02e06a6ad00bbd5f847fc..f355476fda070e636b44df3254b426ca5f6a687c 100644 (file)
@@ -18,6 +18,7 @@ def set_env(env, prereq_dir, version):
     env.prepend('PATH', os.path.join(prereq_dir, 'bin'))
 
     if platform.system() == "Windows" :
+        env.set('QT_QPA_PLATFORMTHEME', 'void')
         env.prepend('LIB', os.path.join(prereq_dir, 'lib'))
     else :
         env.prepend('LD_LIBRARY_PATH', os.path.join(prereq_dir, 'lib'))