diff options
Diffstat (limited to 'mkspecs/modules/README')
-rw-r--r-- | mkspecs/modules/README | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/mkspecs/modules/README b/mkspecs/modules/README new file mode 100644 index 0000000..f095982 --- /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. |