From 7679eb9481864973873f0d2078f77842f53fa248 Mon Sep 17 00:00:00 2001 From: Siegfried Siegert Date: Mon, 22 Jan 2024 10:50:59 +0100 Subject: [PATCH] Remove 'VERSION' in project file ... 'VERSION' conflicts with 'EXTRA_QMAKEVARS_PRE' in yocto recipe. --- library/library.pro | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/library/library.pro b/library/library.pro index cdf9905..a176be0 100644 --- a/library/library.pro +++ b/library/library.pro @@ -9,7 +9,8 @@ INCLUDEPATH += $$_PRO_FILE_PWD_/include/mobilisis INCLUDEPATH += $$_PRO_FILE_PWD_/include/rapidjson #start version with project neuhauser/galtuer -VERSION=1.0.0 +#Version is set in yocto recipe with "EXTRA_QMAKEVARS_PRE" +#VERSION=1.0.0 CONFIG(debug, debug|release) { win32 {