output a qmake message on headless mode
This commit is contained in:
parent
30d8181423
commit
b84d9448ed
1 changed files with 1 additions and 0 deletions
|
@ -14,6 +14,7 @@ QT += network \
|
||||||
xml
|
xml
|
||||||
|
|
||||||
contains(CONFIG, "headless") {
|
contains(CONFIG, "headless") {
|
||||||
|
message(Headless mode activated.)
|
||||||
QT -= gui
|
QT -= gui
|
||||||
} else {
|
} else {
|
||||||
QT += widgets
|
QT += widgets
|
||||||
|
|
Loading…
Reference in a new issue