mirror of
https://github.com/silverqx/TinyORM.git
synced 2026-03-09 05:29:24 -05:00
qmake initialize and unset variable
This commit is contained in:
@@ -75,6 +75,8 @@ tiny_resource_and_manifest( \
|
||||
$$tinyRcIncludepath, $$TINYTOM_SOURCE_TREE/resources, tom, Tom \
|
||||
)
|
||||
|
||||
unset(tinyRcIncludepath)
|
||||
|
||||
# Link against TinyORM library
|
||||
# ---
|
||||
|
||||
|
||||
@@ -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, \
|
||||
|
||||
Reference in New Issue
Block a user