diff options
author | Lars Knoll <lars.knoll@qt.io> | 2016-10-11 14:17:54 +0200 |
---|---|---|
committer | Lars Knoll <lars.knoll@qt.io> | 2016-10-11 14:20:24 +0000 |
commit | 5574a814ff7d4932c817618c34e80f3c61887e26 (patch) | |
tree | e0082c9b59b8cf4cec7fbc14c010225ccdfb25cb /src/corelib/tools/qcommandlineparser.h | |
parent | 93178d26f8dd64d5ec1880b79a2906247a3c308b (diff) | |
download | qtbase-5574a814ff7d4932c817618c34e80f3c61887e26.tar.gz |
Add configure feature for QCommandLineParser
Change-Id: I78c1159d29e12ad03b9a3c076a40ee533958af8a
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@qt.io>
Diffstat (limited to 'src/corelib/tools/qcommandlineparser.h')
-rw-r--r-- | src/corelib/tools/qcommandlineparser.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/corelib/tools/qcommandlineparser.h b/src/corelib/tools/qcommandlineparser.h index 51bab66ca7..4584c384cc 100644 --- a/src/corelib/tools/qcommandlineparser.h +++ b/src/corelib/tools/qcommandlineparser.h @@ -45,6 +45,8 @@ #include <QtCore/qcoreapplication.h> #include <QtCore/qcommandlineoption.h> +QT_REQUIRE_CONFIG(commandlineparser); + QT_BEGIN_NAMESPACE class QCommandLineParserPrivate; |