Mark Conway

Results 25 comments of Mark Conway

@Cebtenzzre Thank you for the bash fix and I am glad that my comment could clue you in to the problem. I am going to dissect that command a bit...

#347 fixes the ICU issue. I've been looking into the qml issue myself because I almost have this building on my own box. At the moment I have been copying...

As for the qml issue, I don't see anywhere that `QT_DIR` is ever defined. It is used in the `Deploy${DEPLOY_OS}.cmake` and `FindQt.cmake` files.

@rlejeune74 I am trying to figure out the use case where this would be an issue. If the binary is prebuilt and distributed with libicuxxx.so.56 as it has been, then...

@rlejeune74 Thank you for the explanation. I am assuming something like ``` $ ls -l packaged/libs/libicudata.so* lrwxrwxrwx 1 root root 18 Jan 26 15:33 packaged/libs/libicudata.so -> libicudata.so.56.1 -rwxr-xr-x 1 root...