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

#####################################################################
## qgif Plugin:
#####################################################################

add_qt_plugin(qgif
    TYPE imageformats
    SOURCES
        main.cpp main.h
        qgifhandler.cpp qgifhandler_p.h
    LIBRARIES # special case
        Qt::GuiPrivate # special case
    PUBLIC_LIBRARIES # special case
        Qt::Gui # special case
)

#### Keys ignored in scope 1:.:.:gif.pro:<TRUE>:
# OTHER_FILES = "gif.json"
# PLUGIN_CLASS_NAME = "QGifPlugin"
# _LOADED = "qt_plugin"