diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000000..c0fc02ea45 --- /dev/null +++ b/.travis.yml @@ -0,0 +1 @@ +language: cpp \ No newline at end of file diff --git a/LICENSE.txt b/LICENSE.txt index 2def0e8831..dba13ed2dd 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -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 -. \ No newline at end of file +. diff --git a/X2tConverter/build/Qt/X2tConverter.pro b/X2tConverter/build/Qt/X2tConverter.pro index d1edd76ecf..8d3ee3d5ea 100644 --- a/X2tConverter/build/Qt/X2tConverter.pro +++ b/X2tConverter/build/Qt/X2tConverter.pro @@ -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