diff --git a/bueno.bat b/bueno.bat index cd190f0..67fbd6a 100644 --- a/bueno.bat +++ b/bueno.bat @@ -1,2 +1,2 @@ qmake -o build\Makefile .\qtest.pro -mingw32-make.exe -C .\build -f Makefile.Release +mingw32-make.exe -C .\build -f Makefile diff --git a/qtest.pro b/qtest.pro index abfbb93..39fad14 100644 --- a/qtest.pro +++ b/qtest.pro @@ -1,3 +1,6 @@ +QMAKE_CXXFLAGS += --target=x86_64-w64-mingw32 +QMAKE_LINKER += clang++ +QMAKE_LFLAGS += -v CONFIG += debug console QT += widgets INCLUDEPATH += "$$PWD\src" "$$PWD\src\qt" "$$PWD\src\back" "$$PWD\src\cont"