Questions tagged [qcommandlineparser]

The QCommandLineParser class provides a means for handling the command line options.

The QCommandLineParser class provides a means for handling the command line options.QCommandLineParser is an integrated way to treat command line options.

16 questions
-1
votes
1 answer

Qt5: Strange compilation error while using QCommandLineParser class

For my application I had to derive QtCoreApplication and use QCommandLineParser. I declared QCommandLineOptions instances in a separate namespace and wanted to declare the parser in this namepsace as well. However I get an error that I don't quite…
glamis
  • 85
  • 9
1
2