mirror of
https://github.com/silverqx/TinyORM.git
synced 2025-12-21 10:29:36 -06:00
qmake used cmdline everywhere
Used instead of the console configuration option. - also updated docs
This commit is contained in:
@@ -498,6 +498,8 @@ QT -= gui
|
||||
|
||||
TEMPLATE = app
|
||||
|
||||
CONFIG *= cmdline
|
||||
|
||||
SOURCES += $$PWD/main.cpp
|
||||
|
||||
# Configure TinyORM library
|
||||
|
||||
@@ -663,7 +663,7 @@ QT -= gui
|
||||
TEMPLATE = app
|
||||
TARGET = tom
|
||||
|
||||
CONFIG *= console
|
||||
CONFIG *= cmdline
|
||||
|
||||
DEFINES += PROJECT_TOM
|
||||
|
||||
|
||||
@@ -7,7 +7,7 @@ TARGET = tom
|
||||
# TinyTom example application specific configuration
|
||||
# ---
|
||||
|
||||
CONFIG *= console
|
||||
CONFIG *= cmdline
|
||||
|
||||
include($$TINYORM_SOURCE_TREE/qmake/tom.pri)
|
||||
|
||||
|
||||
@@ -6,7 +6,7 @@ TEMPLATE = app
|
||||
# Tests specific configuration
|
||||
# ---
|
||||
|
||||
CONFIG *= qt console testcase link_prl
|
||||
CONFIG *= qt cmdline testcase link_prl
|
||||
|
||||
# Common configuration
|
||||
# ---
|
||||
|
||||
@@ -7,7 +7,7 @@ TARGET = tom_testdata
|
||||
# TinyTom migrations for unit tests specific configuration
|
||||
# ---
|
||||
|
||||
CONFIG *= console
|
||||
CONFIG *= cmdline
|
||||
|
||||
include($$TINYORM_SOURCE_TREE/qmake/tom.pri)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user