I finally solved the issues that prevented me from compiling:
I had to do the following:
1- Generate ui_.h by hand because the compiler kept complaining about not finding them.
2- Edit the .pro file and included the network module to the QT+=
Qt is still complaining but using the command line worked:
1- qmake -project
2- qmake jentos_ide.pro
3- make
I finally solved the issues that prevented me from compiling: I had to do the following: 1- Generate ui_.h by hand because the compiler kept complaining about not finding them. 2- Edit the .pro file and included the network module to the QT+=
Qt is still complaining but using the command line worked: 1- qmake -project 2- qmake jentos_ide.pro 3- make