23 #ifndef __APP_RUNNER_H_
24 #define __APP_RUNNER_H_
29 #include <QStringList>
71 static QString findBundleBinary(
const QFileInfo &file);
Structure holding parameters for application launch.
Message object used to pass messages throughout the Doomseeker's system.
QStringList args
launch parameters
static void runExecutableWrappedInStandardServerConsole(const QIcon &icon, const CommandLineInfo &cli)
Executes predefined command line.
static void cleanArguments(QStringList &args)
On Windows this removes any wrapping " chars.
QDir applicationDir
working directory
QFileInfo executable
path to the executable
bool isValid() const
It's valid when at least executable is set.