Replace Boost::Program_Options with QCommandLineParser
Asciidoc editor and preprocessor
Brought to you by:
wimalopaan
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.