On 16 February 2016 at 13:08, Rex Dieter wrote:
> So, 2 options (not mutually exclusive):
>
> * fix configure to not add /usr/include to ac_incpath
> * fix src/src.pri.in to comment-out (or remove) the line starting with
> INCLUDEPATH += (I don't think it's needed)
>

Yes, I could use those to workaround/fix the include path issue. But
there is more to it. I also have to do
echo "QMAKE_STRIP = echo" >> src/src.pro
Otherwise the final binary gets stripped by default.

I think I am standing behind my suspicion that qmake is behaving
differently than before.
Take a look at /usr/lib64/qt5/mkspecs/common/linux.conf for the
definition of QMAKE_STRIP. It is empty in qt-5.5, but not in qt-5.6.

Orcan
--
devel mailing list
devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/devel@lists.fedoraproject.org

Reply via email to