qmake initialize and unset variable

This commit is contained in:
silverqx
2023-08-10 14:42:26 +02:00
parent 46da62de53
commit 3dd7f08ff7
2 changed files with 3 additions and 0 deletions

View File

@@ -75,6 +75,8 @@ tiny_resource_and_manifest( \
$$tinyRcIncludepath, $$TINYTOM_SOURCE_TREE/resources, tom, Tom \
)
unset(tinyRcIncludepath)
# Link against TinyORM library
# ---

View File

@@ -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, \