Move to VCPKG.

* Minor cleaning of CMakeLists.txt. Fix C++ warnings and Qt deprecation.
* Avoid using Python from virtual environment.
This commit is contained in:
Mikaël Capelle
2024-08-09 21:10:50 +02:00
parent e11d5ec00d
commit 7cca7018b3
45 changed files with 534 additions and 229 deletions
+2 -2
View File
@@ -16,8 +16,8 @@
#include <pybind11/functional.h>
#include <pybind11/stl/filesystem.h>
#include <log.h>
#include <utility.h>
#include <uibase/log.h>
#include <uibase/utility.h>
#include "error.h"
#include "pythonutils.h"