Compile and build qt4 on ubuntu 12.04

I am trying to compile and build Qt 4.8.3 from source. When i do. / configure, I get the following error message:

./configure: 183: ./configure: /^(QMAKE_CXX)=/ { print substr($0, index($0, "=") + 1) }: not found ERROR: Cannot set the compiler for the configuration tests 

Is this because I need to explicitly specify the QMAKE_CXX variable? Thanks

+4
source share

Source: https://habr.com/ru/post/1442476/


All Articles