Commit a476bdbb authored by Alexey Golubev's avatar Alexey Golubev Committed by GitHub

Build x2t to directory depended on platform

parent 1ee1e2e2
...@@ -24,13 +24,6 @@ CONFIG += core_x2t ...@@ -24,13 +24,6 @@ CONFIG += core_x2t
include(../../../Common/base.pri) include(../../../Common/base.pri)
include(../../../Common/3dParty/icu/icu.pri) include(../../../Common/3dParty/icu/icu.pri)
core_win_32 {
TARGET = x2t32
}
core_linux_32 {
TARGET = x2t32
}
core_windows { core_windows {
QMAKE_LFLAGS += /INCREMENTAL:NO QMAKE_LFLAGS += /INCREMENTAL:NO
...@@ -114,8 +107,13 @@ HEADERS += ../../src/cextracttools.h \ ...@@ -114,8 +107,13 @@ HEADERS += ../../src/cextracttools.h \
############################################################################################################### ###############################################################################################################
DESTDIR = $$PWD/../../../build/bin DESTDIR = $$PWD/../../../build/bin
core_windows { core_win_32 {
DESTDIR = $$DESTDIR/windows message("x2t windows 32 build")
DESTDIR = $$DESTDIR/win_32
}
core_win_64 {
message("x2t windows 64 build")
DESTDIR = $$DESTDIR/win_64
} }
core_linux_64 { core_linux_64 {
message("x2t linux 64 build") message("x2t linux 64 build")
......
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