diff options
| author | Jeremy Lainé <jeremy.laine@m4x.org> | 2015-01-07 12:00:08 +0100 |
|---|---|---|
| committer | Jeremy Lainé <jeremy.laine@m4x.org> | 2015-01-07 12:00:08 +0100 |
| commit | 2b5f93ba52d70ce7554f97df1c500950d8afff46 (patch) | |
| tree | 09409989f6c65c8b18c26da7a04e504d2f8622ae /qxmpp.pri | |
| parent | 52432290b3b7a85affc54730ed41df56cc62ee26 (diff) | |
| download | qxmpp-2b5f93ba52d70ce7554f97df1c500950d8afff46.tar.gz | |
restore alphabetical order for QXMPP_* options
Diffstat (limited to 'qxmpp.pri')
| -rw-r--r-- | qxmpp.pri | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -33,16 +33,16 @@ android { QXMPP_INTERNAL_LIBS = -ldnsapi -lws2_32 } -!isEmpty(QXMPP_USE_SPEEX) { - DEFINES += QXMPP_USE_SPEEX - QXMPP_INTERNAL_LIBS += -lspeex -} - !isEmpty(QXMPP_USE_OPUS) { DEFINES += QXMPP_USE_OPUS QXMPP_INTERNAL_LIBS += -lopus } +!isEmpty(QXMPP_USE_SPEEX) { + DEFINES += QXMPP_USE_SPEEX + QXMPP_INTERNAL_LIBS += -lspeex +} + !isEmpty(QXMPP_USE_THEORA) { DEFINES += QXMPP_USE_THEORA QXMPP_INTERNAL_LIBS += -ltheoradec -ltheoraenc |
