Commit 3b2fb50b authored by Alexander Trofimov's avatar Alexander Trofimov

reapply commit

Author: Alexey.Golubev <alexey.golubev@onlyoffice.com>
Date: 20 мая 2016 г. 22:19:51
Message: Added compiler flag to prevent compilation error on ubuntu 16.04.
parent 33e5f338
......@@ -17,6 +17,7 @@ linux-g++ | linux-g++-64 | linux-g++-32 {
_LINUX_QT
CONFIG += c++11
QMAKE_CXXFLAGS += -Wno-narrowing
message(linux)
}
......
......@@ -64,6 +64,7 @@ linux-g++ | linux-g++-64 | linux-g++-32 {
_LINUX_QT
CONFIG += c++11
QMAKE_CXXFLAGS += -Wno-narrowing
message(linux)
}
......
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