Commit 7d8c7f9a authored by Alexey Golubev's avatar Alexey Golubev Committed by GitHub

Changed the target name

parent 6b317959
......@@ -10,10 +10,10 @@ DESTDIR = $$PWD/../../build/bin/AllFontsGen
# WINDOWS
win32:contains(QMAKE_TARGET.arch, x86_64):{
TARGET = windows_64
TARGET = win_64
}
win32:!contains(QMAKE_TARGET.arch, x86_64):{
TARGET = windows_32
TARGET = win_32
}
linux-g++:contains(QMAKE_HOST.arch, x86_64):{
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment