Commit 1e440ee1 authored by Ivan Ilin's avatar Ivan Ilin

Rules for build on x86-64 linux

parent 4985371b
......@@ -23,3 +23,4 @@ macx:SOURCES += src/desktop/UBWindowCapture_mac.mm
linux-g++:SOURCES += src/desktop/UBWindowCapture_linux.cpp
linux-g++-32:SOURCES += src/desktop/UBWindowCapture_linux.cpp
linux-g++-64:SOURCES += src/desktop/UBWindowCapture_linux.cpp
......@@ -39,3 +39,7 @@ linux-g++-32 {
SOURCES += src/frameworks/UBPlatformUtils_linux.cpp
}
linux-g++-64 {
SOURCES += src/frameworks/UBPlatformUtils_linux.cpp
}
......@@ -119,3 +119,7 @@ linux-g++-32 {
SOURCES += src/gui/UBKeyboardPalette_linux.cpp
}
linux-g++-64 {
SOURCES += src/gui/UBKeyboardPalette_linux.cpp
}
......@@ -78,3 +78,8 @@ linux-g++-32 {
LIBS += -lz
}
linux-g++-64 {
LIBS += -lz
}
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