From c93041a5505f18c39b306d28293fe98983b01eaa Mon Sep 17 00:00:00 2001 From: EndrII <EndrIIMail@gmail.com> Date: Thu, 9 Dec 2021 12:56:41 +0300 Subject: [PATCH] fix disable PE --- CQtDeployer.pro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CQtDeployer.pro b/CQtDeployer.pro index 92c2a76..352382e 100644 --- a/CQtDeployer.pro +++ b/CQtDeployer.pro @@ -19,7 +19,7 @@ unix:gcc { COMPILER_MAJOR_VERSION = $$str_member($$COMPILER_VERSION) lessThan(COMPILER_MAJOR_VERSION, 5): { warning("The PE parser library is disabled. For build the PE parser library require gcc 5 or later version.") - DEFINES+=DISABLE_PE + DEFINES += DISABLE_PE } message(Version GCC : $$COMPILER_VERSION) }