Hey,
I have to implement application that can launch external applications. I thought of using QProcess for launching the external apps and it works just fine.
Now I would like to know if there is any platform independent way of finding or resolving these external application's executable paths? Let's say that I would like to find path to the MyExtApp.exe or the equivalent (MyExtApp) in unix systems. Is there anything specific in Qt that can help me with this? Or any other generic solution for my problem?
Any suggestions are welcome.
-Tepi
Bookmarks