C++ Utilities  4.17.0
Useful C++ classes and routines such as argument parser, IO and conversion utilities
fakeqtconfigarguments.cpp
Go to the documentation of this file.
2 
3 namespace ApplicationUtilities {
4 
16  : m_qtWidgetsGuiArg(
17  "qt-widgets-gui", 'g', "shows a Qt widgets based graphical user interface (the application has not been built with Qt widgets support)")
18  , m_qtQuickGuiArg(
19  "qt-quick-gui", 'q', "shows a Qt quick based graphical user interface (the application has not been built with Qt quick support)")
20 {
21 }
22 
23 } // namespace ApplicationUtilities
Contains currently only ArgumentParser and related classes.
FakeQtConfigArguments()
Constructs new fake Qt-config arguments.