mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-04-07 13:55:33 +08:00
1
.travis.yml
Normal file
1
.travis.yml
Normal file
@ -0,0 +1 @@
|
||||
language: cpp
|
||||
@ -658,4 +658,4 @@ specific requirements.
|
||||
You should also get your employer (if you work as a programmer) or school,
|
||||
if any, to sign a "copyright disclaimer" for the program, if necessary.
|
||||
For more information on this, and how to apply and follow the GNU AGPL, see
|
||||
<http://www.gnu.org/licenses/>.
|
||||
<http://www.gnu.org/licenses/>.
|
||||
|
||||
@ -174,8 +174,8 @@ CONFIG(debug, debug|release) {
|
||||
linux-g++ | linux-g++-64 | linux-g++-32:contains(QMAKE_HOST.arch, x86_64):{
|
||||
message(linuX)
|
||||
|
||||
LIBS += $$DESTINATION_BIN_PATH/icu/linux_64/libicuuc.so.55
|
||||
LIBS += $$DESTINATION_BIN_PATH/icu/linux_64/libicudata.so.55
|
||||
LIBS += /usr/local/lib/libicuuc.so.55
|
||||
LIBS += /usr/local/lib/libicudata.so.55
|
||||
|
||||
DESTINATION_SDK_PATH = $$DESTINATION_SDK_PATH/linux_64
|
||||
DESTINATION_BIN_PATH = $$DESTINATION_BIN_PATH/linux
|
||||
|
||||
Reference in New Issue
Block a user