Changes to compile with Qt6 + Boost 1.77

This commit is contained in:
Jeremy Rimpo
2021-12-05 03:42:51 -06:00
parent 8999fb0c35
commit f95b09a4a9
+1 -1
View File
@@ -1,6 +1,6 @@
cmake_minimum_required(VERSION 3.16)
project(DDSPreview LANGUAGES NONE)
project(DDSPreview LANGUAGES CXX)
set(project_type python_plugin)
set(enable_warnings OFF)