summaryrefslogtreecommitdiffstats
path: root/src/xml/configure.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'src/xml/configure.cmake')
-rw-r--r--src/xml/configure.cmake22
1 files changed, 22 insertions, 0 deletions
diff --git a/src/xml/configure.cmake b/src/xml/configure.cmake
new file mode 100644
index 0000000000..25a7de5aa2
--- /dev/null
+++ b/src/xml/configure.cmake
@@ -0,0 +1,22 @@
+
+
+#### Inputs
+
+
+
+#### Libraries
+
+
+
+#### Tests
+
+
+
+#### Features
+
+qt_feature("dom" PUBLIC
+ SECTION "File I/O"
+ LABEL "DOM"
+ PURPOSE "Supports the Document Object Model."
+)
+qt_feature_definition("dom" "QT_NO_DOM" NEGATE VALUE "1")