This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

New Qt project by CCSV5



 I am using CCSV5.2 , and   after installing CCSV5, first of all  I imported the matrix_browser GUI project and I built it and I didn't get any error mesages. I tested matrix_browser executeable on logicPD am1088 kit. it was OK..

After this step I tried to create a simple QT GUI project. 

I configured CCSV5 as described in sitara-linuxsdk-sdg-05.04.00.00. pdf document that explain in details at  below: 

Project-> Properties->C/C++ Make Project --> Enviroment --> PATH /usr/local/ti-sdk-am180x-evm/linux-devkit/bin:${env_var:PATH}:${env_var:PATH} 

Window ->Preferences and selecting the Qt' menu item , then I set this menu as given below :

Version Name: AMSDK Qt

Bin Path: <SDK INSTALL DIR>/linux-devkit/bin
Include Path: <SDK INSTALL DIR>/linux-devkit/arm-arago-linux-gnueabi/usr/include/qtopia

after these setting steps I build project and I receive these messages :

make debug 
make -f Makefile.Debug
make[1]: Entering directory `/root/workspace_v5_2/Qtproject1'
make[1]: Qtproject1.ui: Command not found
Qtproject1.ui -o Qtproject1.h
make[1]: *** [ui_Qtproject1.h] Error 127
make[1]: Leaving directory `/root/workspace_v5_2/Qtproject1'
make: *** [debug] Error 2

ansd also when U run qmake on ccsv5 I take this message :

/usr/local/ti-sdk-am180x-evm/linux-devkit/bin/qmake -recursive CONFIG+=debug_and_release Qtproject1.pro 
sh: -d: not found
sh: -d: not found

how can I buillt a simple  Qt project in CCSV5.