From b4954701093739e7a4e54a0669f306922d0d4605 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pasi=20Kera=CC=88nen?= Date: Thu, 6 Jun 2019 16:22:02 +0300 Subject: Long live the slayer! MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Initial commit of OpenGL Runtime to repository. Based on SHA1 61823aaccc6510699a54b34a2fe3f7523dab3b4e of qt3dstudio repository. Task-number: QT3DS-3600 Change-Id: Iaeb80237399f0e5656a19ebec9d1ab3a681d8832 Reviewed-by: Pasi Keränen --- configure.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 configure.json (limited to 'configure.json') diff --git a/configure.json b/configure.json new file mode 100644 index 0000000..82d1392 --- /dev/null +++ b/configure.json @@ -0,0 +1,9 @@ +{ + "module": "3dstudioruntimeopengl", + "condition": "!config.wasm && !config.ios && !config.integrity && !config.tvos && !config.watchos && !config.winrt && !config.qnx", + "summary": [ + { + "section": "Qt 3D Studio OpenGL Runtime" + } + ] +} -- cgit v1.2.3