Reputation: 2451
I want to execute a file through Qt. QProcess is working like a charm, however, it blocks my application and waits for the one I just opened to exit, and I need it[my main application] to exit as soon as the other application is opened. How can I do this?
Upvotes: 0
Views: 308