Other Parts Discussed in Thread: TLC59108
Hello there,
Tools&keywords:
Linux, CCS5, AM3517EVK, Qt 4.6.3
Is there a guidance for how to create a new Qt project, for later to be included and accessible via the Matrix gui application?
I've followed the guidance of installing CCS5 along with the provided Linux SDK installer.
I can import Matrix gui into CCS5 and build it, and play with the .html files for adding new buttons pointing to my HelloWorld. No problem.
Now I would like to create a simple Qt application, instead of echo "HelloWorld" script.
I might need some instructions, on how to further configure the project settings in CCS after creating the project, using New->Project->Qt Gui Project.. etc.
If I just build the application as it is, provided by the new project wizard, it fails on the .ui file.
The console looks like this, for application name: MyFirstQt:
make debug
make -f Makefile.Debug
make[1]: Entering directory `/home/palsson/workspace/MyFirstQt'
myfirstqt.ui -o ui_myfirstqt.h
make[1]: myfirstqt.ui: Command not found
make[1]: Leaving directory `/home/palsson/workspace/MyFirstQt'
make[1]: *** [ui_myfirstqt.h] Error 127
make: *** [debug] Error 2
Hope you can help..
Regards
Palsson