summaryrefslogtreecommitdiffstats
path: root/cmake/QtProperties.cmake
blob: f2bb2c5c5923fcff57343b884eb120b4db386df5 (plain)
1
2
3
4
5
6
7
8
define_property(TARGET
    PROPERTY
        QT_PLUGIN_CLASS_NAME
    BRIEF_DOCS
        "Class name of the Qt plug-in"
    FULL_DOCS
        "For instance, QICOPlugin for the qico plug-in"
)