Has anyone successfully managed to use Qt Creator with the supplied OMAP-L137 DVSDK qmake?
I have set up the PATH to it with PATH=$PATH:/home/user/ti-dvsdk_omapl138-evm_4_02_00_06/linux-devkit/bin/
When I run qtcreator from ~/ti-dvsdk_omapl138-evm_4_02_00_06/linux-devkit/bin$ ./qtcreator all OK.
When I look at Qt Creator's Tools -->Options press the Qt4 icon I get Auto-detected Qt in path as what I expected..
/home/user/ti-dvsdk_omapl138-evm_4_02_00_06/linux-devkit/bin//qmake
This is the problem...
In the lower part of the dialog there is a message that says
Qt version in not properly installed, please run make install....
This is interesting and not clear why... reason I can reliably compile / build and run example Qt projects .pro's form the command line.. i.e.
qmake then make etc for the project.... This at least tells me qmake is working with command line etc...
Hence, I am very reluctant to as suggested "please run make install", as it may brake the already working setup, under the command line.
Can ANYONE please help and advised if and how they managed to make Qt Creator work hear....
Thanks.
Brian