communi / communi-desktop

An IRC client for desktop environments
https://communi.github.io/
BSD 3-Clause "New" or "Revised" License
55 stars 20 forks source link

travis: Use Qt 5.4 #129

Closed anselmolsm closed 7 years ago

anselmolsm commented 7 years ago

QStandardPaths::AppDataLocation enum value was introduced in Qt 5.4, thus build fails with Qt 5.2, which is the version available on Travis Trusty env. This patch adds a ppa, installs and use Qt 5.4 during the build.

128

anselmolsm commented 7 years ago

New version of #128 solves this in a different way.