mirror of
https://github.com/silverqx/TinyORM.git
synced 2026-01-08 03:49:34 -06:00
qmake moved include(tom.pri) few lines up
- also added section comment
This commit is contained in:
@@ -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
|
||||
# ---
|
||||
|
||||
|
||||
@@ -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
|
||||
# ---
|
||||
|
||||
|
||||
Reference in New Issue
Block a user