updated build files
This commit is contained in:
parent
cf1829bd78
commit
ad34a38f38
2 changed files with 4 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue