Move to VCPKG (#133)

This commit is contained in:
Mikaël Capelle
2025-05-29 11:03:51 +02:00
committed by GitHub
parent 9a788c9f3f
commit 1010bfda55
46 changed files with 635 additions and 254 deletions
+2 -5
View File
@@ -1,15 +1,12 @@
import os
import sys
from pathlib import Path
from typing import cast
from PyQt6.QtWidgets import QApplication
def pytest_configure():
global app
os.add_dll_directory(str(Path(cast(str, os.getenv("QT_ROOT"))).joinpath("bin")))
os.add_dll_directory(str(os.getenv("UIBASE_PATH")))
from PyQt6.QtWidgets import QApplication
app = QApplication(sys.argv)