qmake moved include(tom.pri) few lines up

- also added section comment
This commit is contained in:
silverqx
2023-09-06 17:10:59 +02:00
parent f3aebd32c8
commit 892e153b75
2 changed files with 10 additions and 4 deletions

View File

@@ -4,13 +4,16 @@ QT -= gui
TEMPLATE = app
TARGET = tom
# Link against TinyORM library for Tom application (also adds defines and include headers)
# ---
include($$TINYORM_SOURCE_TREE/qmake/tom.pri)
# TinyTom example application specific configuration
# ---
CONFIG *= cmdline
include($$TINYORM_SOURCE_TREE/qmake/tom.pri)
# TinyTom example application defines
# ---

View File

@@ -4,13 +4,16 @@ QT -= gui
TEMPLATE = app
TARGET = tom_testdata
# Link against TinyORM library for Tom application (also adds defines and include headers)
# ---
include($$TINYORM_SOURCE_TREE/qmake/tom.pri)
# TinyTom migrations for unit tests specific configuration
# ---
CONFIG *= cmdline
include($$TINYORM_SOURCE_TREE/qmake/tom.pri)
# TinyTom migrations for unit tests defines
# ---