Changes to compile with Qt6 + Boost 1.77

This commit is contained in:
Jeremy Rimpo
2021-12-05 03:42:40 -06:00
parent fb91a1d2b6
commit e2202073dc
+1 -1
View File
@@ -1,6 +1,6 @@
cmake_minimum_required(VERSION 3.16)
project(installer_wizard LANGUAGES NONE)
project(installer_wizard LANGUAGES CXX)
set(project_type python_module_plugin)
set(enable_warnings OFF)