XMake: Qt as packages, proof of concept

This commit is contained in:
Jérôme Leclercq
2021-07-28 16:13:22 +02:00
parent 0bb443b0d0
commit 8397fd257b
7 changed files with 185 additions and 21 deletions

View File

@@ -17,7 +17,7 @@ index 3d47a3f..cc5eb68 100644
@@ -1,5 +1,11 @@
#pragma once
+#include <QtGlobal>
+#include <QtCore/QtGlobal>
+
+#if (QT_VERSION < QT_VERSION_CHECK(5, 14, 0))
+