@Oreonan said in Run Osascript with QT:
Have you an idea of my mistake?
As the warning message already tells you you destroy the QProcess instance before the application you want to execute is finished. Read the docs and don't destroy the QProcess until you get the QProcess::finished() signal.