Giving up on QT - can't add modules
-
According to Intel the instruction set is 64 bit.
My processorAfter my research it seams that I have to use a 64 bit OS.
-
@bandito
Yep it can run a 64 bit OS.
It will make it easier as online installer will just work then.
While i do love apt-get, the online installer makes it really easy to add/remove modules
or try another version of Qt to test something. It can also update the current installation. -
Qt charts does not exist in old Qt versions, such like 5.6.
Install new version, for example, 5.9.2 from website is a good idea. -
Well I got qt and qtcharts installed. However I get this error message when I try to compile y project.
Could not find qmake spec 'default'. Error while parsing file /home/bandito/programming/etf-ipo/etf-ipo.pro. Giving up. Project ERROR: Cannot run compiler 'g++'. Maybe you forgot to setup the environment? Error while parsing file /home/bandito/programming/etf-ipo/etf-ipo.pro. Giving up.
-
Ok.
I installed the build-essential. Not I get this error.
14:00:44: Could not determine which "make" command to run. Check the "make" step in the build configuration. Error while building/deploying project etf-ipo (kit: Desktop Qt 5.9.2 GCC 64bit) When executing step "qmake"
In Build & Run I added new CMake. I tried /usr/bin/make and then tried /usr/bin/qmake but neither corrected the problem.
-
its just called make
not cmakeCan you check this
https://www.youtube.com/watch?v=unkGHMgffmI
He has same issue and go select in kits.
Maybe you need that too. -
Thanks to @Wieland for video and others helping a core 2 still do
good stuff :)