qmake use INCLUDEPATH instead of include.pri

Do not use HEADERS from TinyORM project in tests.
This commit is contained in:
silverqx
2021-10-07 15:13:28 +02:00
parent 1be1de3fc1
commit b06f17a5bd
2 changed files with 2 additions and 1 deletions

View File

@@ -101,6 +101,7 @@ namespace Relations {
// CUR 0.1.0 vs 0.1.0.0 Product/FileVersion, investigate, also check versions in pc, prl, ... silverqx
// CUR qmake check generated resources tmp/ folder and build_pass() silverqx
// CUR enable QT_ASCII_CAST_WARNINGS silverqx
// CUR autoconfigure qmake with qmake/TinyOrm.pri and TINY_ROOT_DIR and TINY_TINYORM_BUILDS_DIR silverqx
/*! Base model class. */
template<typename Derived, AllRelationsConcept ...AllRelations>
class Model :

View File

@@ -8,7 +8,7 @@ CONFIG(dll, dll|shared|static|staticlib): \
# TinyORM library headers include path
# ---
include($$TINYORM_SOURCE_TREE/include/include.pri)
INCLUDEPATH += $$quote($$TINYORM_SOURCE_TREE/include/)
# Link against TinyORM library
# ---