summaryrefslogtreecommitdiffstats
path: root/mkspecs/modules
diff options
context:
space:
mode:
Diffstat (limited to 'mkspecs/modules')
-rw-r--r--mkspecs/modules/README3
1 files changed, 3 insertions, 0 deletions
diff --git a/mkspecs/modules/README b/mkspecs/modules/README
new file mode 100644
index 0000000000..f095982e47
--- /dev/null
+++ b/mkspecs/modules/README
@@ -0,0 +1,3 @@
+Externally provided Qt modules may drop a qmake file here to become part of
+the current Qt configuration. The file name must follow the pattern
+"qt_<module>.pri". It must contain a "QT_CONFIG += <module>" statement.