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:
parent
abaa41eaee
commit
ae76910631
10
qtox.pro
10
qtox.pro
|
@ -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
1839
smileys/emojione.qrc
Normal file
File diff suppressed because it is too large
Load Diff
1835
smileys/smileys.qrc
1835
smileys/smileys.qrc
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user