Fix for unix

This commit is contained in:
Mikhail Lobotskiy
2025-08-11 18:52:51 +04:00
parent c86387c015
commit 9cef29c201
3 changed files with 18 additions and 6 deletions

View File

@ -1,9 +1,10 @@
QT -= core
QT -= gui
TARGET = test
TARGET = test
CONFIG += console
CONFIG -= app_bundle
TEMPLATE = app
CORE_ROOT_DIR = $$PWD/../../../..