Commit graph

5 commits

Author SHA1 Message Date
Mathieu Arnold
a28f0f7f7f Remove all USE_OPENSSL occurrences.
Sponsored by:	Absolight
2017-03-15 14:45:30 +00:00
Tobias C. Berner
89f2abf9c3 Change c++11 behaviour of net-im/libqtelegram-ae and net-im/telegramqml.
Instead of explicitely disabling c++11 mode as the code uses narrowing of
unsigned ints to ints, simply pass -no-c++11-narrowing if the compiler is clang.
This is done in preparation for Qt 5.7.1, which requires c++11 mode.

Approved by:	rakuco (mentor)
2017-02-12 12:02:44 +00:00
Raphael Kubo da Costa
50b41275b1 Explicitly disable C++11 during the build.
Prepare for Qt 5.6, which will pass -std=gnu++11 by default when the compiler
supports it, and the build currently does not work:

../libqtelegram-aseman-edition-6.1-stable/telegram/types/accountdaysttl.cpp:51:10: error: case value evaluates to 3100684255, which cannot be narrowed to type 'int' [-Wc++11-narrowing]
    case typeAccountDaysTTL: {

Note that Qt 5.7 will start requiring C++11 support, so this will need to be
fixed properly in the future.

PR:		211916
2016-09-03 11:45:42 +00:00
Guido Falsi
51ed118203 Fix build with libc++ 3.8.0.
PR:		209967
Submitted by:	me
Approved by:	Henry Hu <henry.hu.sh at gmail.com> (maintainer)
2016-06-18 22:10:55 +00:00
Guido Falsi
956722682a libqtelegram-aseman-edition is a fork of libqtelegram by Aseman Team which is
porting to windows and mac alongside linux support. It's also build using qmake
instead of cmake.

WWW: https://github.com/Aseman-Land/libqtelegram-aseman-edition

PR:		204348
Submitted by:	Henry Hu <henry.hu.sh@gmail.com>
2016-02-02 23:33:56 +00:00