summaryrefslogtreecommitdiff
path: root/src/plugins/imageformats/svg/CMakeLists.txt
blob: 66a255cf2c633d97ced70f4b87dc46bcf65b44bf (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 svg.pro.

#####################################################################
## qsvg Plugin:
#####################################################################

add_qt_plugin(qsvg
    TYPE imageformats
    CLASS_NAME QSvgPlugin
    SOURCES
        main.cpp
        qsvgiohandler.cpp qsvgiohandler.h
    PUBLIC_LIBRARIES
        Qt::Core
        Qt::Gui
        Qt::Svg
)

#### Keys ignored in scope 1:.:.:svg.pro:<TRUE>:
# PLUGIN_CLASS_NAME = "QSvgPlugin"
# PLUGIN_EXTENDS = "svg"
# PLUGIN_TYPE = "imageformats"
# _LOADED = "qt_plugin"