Unable to start program c:/..../project.ext The system cannot find the file specified?
-
@JonB The release folder at given path C:\Users\HTCore\Desktop\QT_GUI_Project\Build\Release is empty and how will i know the .DLL files if required for this and where will i palce those .DLL files?
I am working on to create GUI in QT for the previously existing project of the openinventor (having all code properly execuiting in VS studio and the code include a cmakelist of its own) ---- Now i want to create a QT GUI for that project in a new folder through cmake instead of qmake...... Then i will combile both project in one directroy and will merge/combine the cmakelist of both project and further modifiction in QT GUI -- push button,colors will be performed then... I am new in both platform so i am suffering form various errors... could you help me at my *gmail-- > fawadchosun22@ .... gmail account. If you can guide me how to do it / give me some right direction then i will be make every effort to implement things.
-
@jsulm ok now i came to know that when ever i modify the QT GUI then i will have to build the .exe in the QT platform as well....... And then if i load the project in visual studio it will then be able to execute the Project exe file.... Now i am little confuse if i create the GUI in QT and then i modify the .cpp associated with that GUI in visual studio will those changes be incorporated in the GUI as well?