summaryrefslogtreecommitdiff
path: root/qtdesktopcomponents.pro
diff options
context:
space:
mode:
Diffstat (limited to 'qtdesktopcomponents.pro')
-rw-r--r--qtdesktopcomponents.pro6
1 files changed, 6 insertions, 0 deletions
diff --git a/qtdesktopcomponents.pro b/qtdesktopcomponents.pro
new file mode 100644
index 00000000..289b0181
--- /dev/null
+++ b/qtdesktopcomponents.pro
@@ -0,0 +1,6 @@
+load(qt_parts)
+
+# We need accessibility
+!contains(QT_CONFIG, accessibility) {
+ error("Building Qt without accessibility is not supported for desktop components.")
+}