summaryrefslogtreecommitdiffstats
path: root/coin/qt-installer-package-config.json
blob: d556d245f9bbed64d96f1ad42639bd954ecdae09 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
    "version": "1",
    "module-split": {
        "qtpdf": [
            "**/bin/*Pdf*",
            "**/include/*QtPdf*/**/*",
            "**/lib/cmake/Qt*Gui/*Pdf*",
            "**/lib/cmake/Qt*Pdf*/*",
            "**/lib/cmake/Qt*Qml/QmlPlugins/*pdf*",
            "**/lib/metatypes/*pdf*",
            "**/lib/pkgconfig/*Pdf*",
            "**/lib/*Pdf*",
            "**/lib/static_chrome/*",
            "**/lib/QtPdf*.framework/**",
            "**/mkspecs/modules/qt_lib_pdf*",
            "**/mkspecs/modules/qt_plugin_qpdf.pri",
            "**/modules/Pdf*",
            "**/plugins/imageformats/*",
            "**/qml/QtQuick/**/*"
        ]
    }
}