qmake used cmdline everywhere

Used instead of the console configuration option.

 - also updated docs
This commit is contained in:
silverqx
2023-08-02 18:30:10 +02:00
parent 89c3d5b8bb
commit 51a4a0a54b
5 changed files with 6 additions and 4 deletions

View File

@@ -498,6 +498,8 @@ QT -= gui
TEMPLATE = app
CONFIG *= cmdline
SOURCES += $$PWD/main.cpp
# Configure TinyORM library

View File

@@ -663,7 +663,7 @@ QT -= gui
TEMPLATE = app
TARGET = tom
CONFIG *= console
CONFIG *= cmdline
DEFINES += PROJECT_TOM

View File

@@ -7,7 +7,7 @@ TARGET = tom
# TinyTom example application specific configuration
# ---
CONFIG *= console
CONFIG *= cmdline
include($$TINYORM_SOURCE_TREE/qmake/tom.pri)

View File

@@ -6,7 +6,7 @@ TEMPLATE = app
# Tests specific configuration
# ---
CONFIG *= qt console testcase link_prl
CONFIG *= qt cmdline testcase link_prl
# Common configuration
# ---

View File

@@ -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)