[go: up one dir, main page]

Menu

#1 Replace Boost::Program_Options with QCommandLineParser

1.0
accepted
2013-12-21
2013-12-21
mandrakey
No

Currently we use Boost::Program_Options for extraction and handling of command line options given to either app or aedit.

With Qt 5.2, we have access to QCommandLineParser, which basically has the same intent. We should replace Program_Options with QCommandLineParser asap in order to reduce external dependencies.

Discussion


Log in to post a comment.