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