Could not find qmake configuration file linux-g++.
-
wrote on 18 Nov 2019, 08:09 last edited by
root@cobot:/home/cobot/untitled# qmake untitled.pro
hello, everyone! when I try to compile qt project using above command, I came across the following error message, could any one offer me a hand, thanks in advance!
Could not find qmake configuration file linux-g++. Error processing project file: untitled.pro
-
root@cobot:/home/cobot/untitled# qmake untitled.pro
hello, everyone! when I try to compile qt project using above command, I came across the following error message, could any one offer me a hand, thanks in advance!
Could not find qmake configuration file linux-g++. Error processing project file: untitled.pro
@small_bird How did you install Qt and which version?
-
@small_bird How did you install Qt and which version?
wrote on 18 Nov 2019, 08:27 last edited by@jsulm qt 5.10.1 using qt-opensource-linux-x64-5.10.1.run
-
@small_bird How did you install Qt and which version?
wrote on 18 Nov 2019, 08:29 last edited by@jsulm ubuntu 14.04 lts
-
@jsulm ubuntu 14.04 lts
@small_bird Try to call qmake using absolute path to make sure you're calling qmake from qt 5.10.1
[edt: fixed typo SGaist]
-
@small_bird Try to call qmake using absolute path to make sure you're calling qmake from qt 5.10.1
[edt: fixed typo SGaist]
wrote on 18 Nov 2019, 08:54 last edited by@jsulm Thanks a lot.Solved!
1/6