ShipCAD
ShipCAD copied to clipboard
Qt 5.2 support
- Qt 5.3 - 5.5
Can you keep support for 5.2? (for 14.04 LTS support)
My first priority is to get the port equivalent to FreeShip. After that I can look at Qt version compatiblity.
My first priority is to get the port equivalent to FreeShip.
@gpgreen, any news?
I'm still working on it slowly. The README is up to date on the missing functionality
What about adding AppImage builds to .travis.yml? It could provide nightly builds for Linux users for testing
- https://github.com/appimage/appimagekit
- https://github.com/probonopd/linuxdeployqt
- https://github.com/probonopd/uploadtool
Here is example of such .travis.yml
- https://github.com/probonopd/linuxdeployqt/blob/master/.travis.yml
That looks interesting. When i have some spare time, I'll look at doing that. Thanks.