Updated to Font Awesome 4.4.0

This commit is contained in:
Rick Blommers 2015-08-10 20:21:05 +02:00
parent 39a232fa16
commit 2d53e68c13
5 changed files with 1351 additions and 1190 deletions

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -1,5 +1,5 @@
<RCC> <RCC>
<qresource prefix="/"> <qresource prefix="/">
<file>fonts/fontawesome-4.3.0.ttf</file> <file>fonts/fontawesome-4.4.0.ttf</file>
</qresource> </qresource>
</RCC> </RCC>

View File

@ -16,7 +16,7 @@ Updated to FontAwesome 4
This library has been updated to Font Awesome version 4. This library has been updated to Font Awesome version 4.
The current Font Awesome version is **4.3.0**. The current Font Awesome version is **4.4.0**.
* You can find the previous FontAwesome 4 c++11 library in the [c++11 branch](https://github.com/gamecreature/QtAwesome/tree/c++11). * You can find the previous FontAwesome 4 c++11 library in the [c++11 branch](https://github.com/gamecreature/QtAwesome/tree/c++11).
* You can find the previous FontAwesome 3 library in the [fontawesome-3 branch](https://github.com/gamecreature/QtAwesome/tree/fontawesome-3). * You can find the previous FontAwesome 3 library in the [fontawesome-3 branch](https://github.com/gamecreature/QtAwesome/tree/fontawesome-3).