From 0cc6e92750cfdc6935abd6f366c1a3ba4b002076 Mon Sep 17 00:00:00 2001 From: Andrey Astafyev Date: Mon, 25 Nov 2019 17:07:47 +0300 Subject: [PATCH] =?UTF-8?q?=D0=A4=D0=BB=D0=B0=D0=B3=20QT=5FNO=5FVERSION=5F?= =?UTF-8?q?TAGGING=20=D0=B1=D0=BE=D0=BB=D1=8C=D1=88=D0=B5=20=D0=BD=D0=B5?= =?UTF-8?q?=20=D0=BD=D1=83=D0=B6=D0=B5=D0=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CMLibCompilerFlags.cmake | 1 - 1 file changed, 1 deletion(-) diff --git a/CMLibCompilerFlags.cmake b/CMLibCompilerFlags.cmake index 379fd4a..038d46e 100644 --- a/CMLibCompilerFlags.cmake +++ b/CMLibCompilerFlags.cmake @@ -116,6 +116,5 @@ endif() if(CMAKE_SYSTEM_PROCESSOR STREQUAL "e2k") check_enable_cxx_flag(-Wno-invalid-offsetof) - add_definitions(-DQT_NO_VERSION_TAGGING) list(APPEND CMAKE_LIBRARY_PATH "/usr/lib/e2k-linux-gnu") endif()