QCommandLineOptionbatchOption(QStringList()<<"b"<<"batch",QCoreApplication::translate("main","Batch mode, you have to provide a script for execution"));
parser.addOption(batchOption);
QCommandLineOptionlogConsoleOption(QStringList()<<"c"<<"log-to-console",QCoreApplication::translate("main","Write logger window contents to console"));
QCommandLineOptionprofileOption("profile",QCoreApplication::translate("main","Request OpenGL context profile <profile> with profile set as compat or core"),QCoreApplication::translate("main","< compat | core >"));
parser.addOption(profileOption);
QCommandLineOptionpluginOptionsOption(QStringList()<<"o"<<"pluginoptions",QCoreApplication::translate("main","Pass options to plugins"),"key1=value1;key2=value2;...");
QCommandLineOptionbatchOption(QStringList()<<"b"<<"batch",QCoreApplication::translate("main","Batch mode, you have to provide a script for execution"));
parser.addOption(batchOption);
QCommandLineOptionlogConsoleOption(QStringList()<<"c"<<"log-to-console",QCoreApplication::translate("main","Write logger window contents to console"));
QCommandLineOptionprofileOption("profile",QCoreApplication::translate("main","Request OpenGL context profile <profile> with profile set as compat or core"),QCoreApplication::translate("main","< compat | core >"));
parser.addOption(profileOption);
QCommandLineOptionpluginOptionsOption(QStringList()<<"o"<<"pluginoptions",QCoreApplication::translate("main","Pass options to plugins"),"key1=value1;key2=value2;...");