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
+1 -1
View File
@@ -3,7 +3,7 @@
#include <pybind11/functional.h>
#include <pybind11/pybind11.h>
#include "ifiletree.h"
#include <uibase/ifiletree.h>
using namespace MOBase;