mirror of
https://github.com/silverqx/TinyORM.git
synced 2026-02-11 04:49:15 -06:00
qmake use INCLUDEPATH instead of include.pri
Do not use HEADERS from TinyORM project in tests.
This commit is contained in:
@@ -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 :
|
||||
|
||||
@@ -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
|
||||
# ---
|
||||
|
||||
Reference in New Issue
Block a user