1#ifndef APPLICATION_UTILITIES_FAKEQTCONFIGARGUMENTS_H
2#define APPLICATION_UTILITIES_FAKEQTCONFIGARGUMENTS_H
27 return m_qtWidgetsGuiArg;
35 return m_qtQuickGuiArg;
43 return m_qtWidgetsGuiArg.
isPresent() || m_qtQuickGuiArg.isPresent();
48#ifndef QT_CONFIG_ARGUMENTS
49#define QT_CONFIG_ARGUMENTS CppUtilities::FakeQtConfigArguments
The Argument class is a wrapper for command line argument information.
bool isPresent() const
Returns an indication whether the argument could be detected when parsing.
FakeQtConfigArguments()
Constructs new fake Qt-config arguments.
Argument & qtQuickGuiArg()
Returns the argument to show the Qt-quick-based GUI.
bool areQtGuiArgsPresent() const
Returns whether at least one of the arguments is present.
Argument & qtWidgetsGuiArg()
Returns the argument to show the Qt-widgets-based GUI.
#define CPP_UTILITIES_EXPORT
Marks the symbol to be exported by the c++utilities library.
Contains all utilities provides by the c++utilities library.