summaryrefslogtreecommitdiffstats
path: root/src/plugins/imageformats/gif/CMakeLists.txt
blob: efd910c3ffdee7a2caa7f07100c653c9cc1c8689 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Generated from gif.pro.

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

add_qt_plugin(qgif
    TYPE imageformats
    SOURCES
        main.cpp main.h
        qgifhandler.cpp qgifhandler_p.h
    LIBRARIES
        Qt::Gui
)