1
0
mirror of https://github.com/qTox/qTox.git synced 2024-03-22 14:00:36 +08:00

feat(smileys): allow compiling qTox with minimal or no smileys

compiling only minimal smileys or no smilies reduces output binary size
and resource usage during compilation
This commit is contained in:
sudden6 2016-09-23 00:10:55 +02:00
parent abaa41eaee
commit ae76910631
No known key found for this signature in database
GPG Key ID: 279509B499E032B9
3 changed files with 1847 additions and 1837 deletions

View File

@ -239,8 +239,14 @@ macx {
LIBPATH += /usr/local/lib LIBPATH += /usr/local/lib
} }
RESOURCES += res.qrc \ RESOURCES += res.qrc
smileys/smileys.qrc
!contains(SMILEYS, NO) {
RESOURCES += smileys/emojione.qrc
!contains(SMILEYS, MIN) {
RESOURCES += smileys/smileys.qrc
}
}
HEADERS += \ HEADERS += \
src/friend.h \ src/friend.h \

1839
smileys/emojione.qrc Normal file

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff