From 3dd7f08ff7d7953c4934ec4b128f6ef977faf063 Mon Sep 17 00:00:00 2001 From: silverqx Date: Thu, 10 Aug 2023 14:42:26 +0200 Subject: [PATCH] qmake initialize and unset variable --- qmake/tom.pri | 2 ++ tests/qmake/common.pri | 1 + 2 files changed, 3 insertions(+) diff --git a/qmake/tom.pri b/qmake/tom.pri index 9b5b688d8..2338c524e 100644 --- a/qmake/tom.pri +++ b/qmake/tom.pri @@ -75,6 +75,8 @@ tiny_resource_and_manifest( \ $$tinyRcIncludepath, $$TINYTOM_SOURCE_TREE/resources, tom, Tom \ ) +unset(tinyRcIncludepath) + # Link against TinyORM library # --- diff --git a/tests/qmake/common.pri b/tests/qmake/common.pri index 6f1467fe0..d9a219345 100644 --- a/tests/qmake/common.pri +++ b/tests/qmake/common.pri @@ -45,6 +45,7 @@ include(TinyOrm.pri) # Find Windows manifest mingw: tinyRcIncludepath += $$quote($$TINYORM_SOURCE_TREE/tests/resources/) +else: tinyRcIncludepath = load(tiny_resource_and_manifest) tiny_resource_and_manifest($$tinyRcIncludepath, \