Не собирается virtualbox, ругаясь на отсутствие Qt5. В логах процесс прерывается тут:
compiling the following source file:
#include <QtGlobal>
extern "C" int main(void)
{
#if QT_VERSION >= 0x050302
return 0;
#else
return 1;
#endif
}
using the following command line:
g++ -fPIC -g -O -Wall -o /tmp/SBo/VirtualBox-5.1.28/.tmp_out /tmp/SBo/VirtualBox-5.1.28/.tmp_src.cc "-L/tmp/SBo/VirtualBox-5.1.28/too$
/tmp/SBo/VirtualBox-5.1.28/.tmp_src.cc:1:20: fatal error: QtGlobal: No such file or directory
compilation terminated.
** qt5 not found!
Qt5 установлен, для пробы собрал qt5ct - собрался без проблем. В забугорных интернетах советуют прописать в .pro файле
CONFIG += staticlib c++11