summaryrefslogtreecommitdiffstats
path: root/qt_cmdline.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'qt_cmdline.cmake')
-rw-r--r--qt_cmdline.cmake7
1 files changed, 7 insertions, 0 deletions
diff --git a/qt_cmdline.cmake b/qt_cmdline.cmake
new file mode 100644
index 000000000..f89692711
--- /dev/null
+++ b/qt_cmdline.cmake
@@ -0,0 +1,7 @@
+# Copyright (C) 2022 The Qt Company Ltd.
+# SPDX-License-Identifier: BSD-3-Clause
+
+qt_commandline_option(build-qtpdf TYPE boolean NAME qtpdf-build)
+qt_commandline_option(webengine-developer-build TYPE boolean)
+
+qt_commandline_subconfig(src/core/api)