updated build files

This commit is contained in:
Hane 2023-08-09 20:31:47 +02:00
commit ad34a38f38
2 changed files with 4 additions and 1 deletions

View file

@ -1,2 +1,2 @@
qmake -o build\Makefile .\qtest.pro qmake -o build\Makefile .\qtest.pro
mingw32-make.exe -C .\build -f Makefile.Release mingw32-make.exe -C .\build -f Makefile

View file

@ -1,3 +1,6 @@
QMAKE_CXXFLAGS += --target=x86_64-w64-mingw32
QMAKE_LINKER += clang++
QMAKE_LFLAGS += -v
CONFIG += debug console CONFIG += debug console
QT += widgets QT += widgets
INCLUDEPATH += "$$PWD\src" "$$PWD\src\qt" "$$PWD\src\back" "$$PWD\src\cont" INCLUDEPATH += "$$PWD\src" "$$PWD\src\qt" "$$PWD\src\back" "$$PWD\src\cont"