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

#####################################################################
## QWebpPlugin Plugin:
#####################################################################

qt_internal_add_plugin(QWebpPlugin
    OUTPUT_NAME qwebp
    TYPE imageformats
    SOURCES
        main.cpp
        qwebphandler.cpp qwebphandler_p.h
    PUBLIC_LIBRARIES
        Qt::Core
        Qt::Gui
        WrapWebP::WrapWebP
)

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

## Scopes:
#####################################################################