What steps will reproduce the problem? 1. checkout android-qt from git://anongit.kde.org/android-qt.git 2. use custom qconfig header with QT_NO_BEARERMANAGEMENT definition 3. configure and build
What is the expected output? What do you see instead? I expected qt build fine. in fact I got infinite loop to make qnetworkaccessbackend.cpp and all jars.
What version of the product are you using? On what operating system? master 4.8 branch ubuntu 12.04
Please provide any additional information below. QNetworkAccessBackend::start() function around with QT_NO_BEARERMANAGEMENT in header. but in cpp the QT_NO_BEARERMANAGEMENT macro is shown inside function body.
Status: New
Labels:
Type-Defect
Priority-Medium