summaryrefslogtreecommitdiffstats
path: root/src/plugins/imageformats/webp/CMakeLists.txt
blob: 4b6322eb481298fabc01d5e459f3901914bb3c45 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Generated from webp.pro.

#####################################################################
## qwebp Plugin:
#####################################################################

add_qt_plugin(qwebp
    TYPE imageformats
    CLASS_NAME QWebpPlugin
    SOURCES
        main.cpp
        qwebphandler.cpp qwebphandler_p.h
    PUBLIC_LIBRARIES
        Qt::Core
        Qt::Gui
        WrapWebP::WrapWebP
        Qt::Gui # special case
)

#### Keys ignored in scope 1:.:.:webp.pro:<TRUE>:
# OTHER_FILES = "webp.json"
# QT_FOR_CONFIG = "imageformats-private"
# _LOADED = "qt_plugin"