From 6c00e510619f2bf9f997c1df5b00f03780d57dd3 Mon Sep 17 00:00:00 2001 From: Alexandru Croitor Date: Wed, 24 Jun 2020 16:42:40 +0200 Subject: CMake: Regenerate projects Mostly needed for src/ project, to build websockets without checking for the textcodec feature. Amends aeeaa00fa083ac339d0770d633d22f203c504253 Change-Id: I90cd219294575c763501e47b9025e8a50017641a Reviewed-by: Joerg Bornemann --- CMakeLists.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 59289c3..8e83d3e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -2,8 +2,9 @@ cmake_minimum_required(VERSION 3.15.0) +include(.cmake.conf) project(QtWebSockets # special case - VERSION 6.0.0 + VERSION "${QT_REPO_MODULE_VERSION}" DESCRIPTION "Qt WebSockets Libraries" # special case HOMEPAGE_URL "https://qt.io/" LANGUAGES CXX C -- cgit v1.2.1