summaryrefslogtreecommitdiffstats
path: root/src/plugins/imageformats/ico/CMakeLists.txt
blob: 976ab982663e378f99b6dfb8a25c4240f96b8535 (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 ico.pro.

#####################################################################
## qico Plugin:
#####################################################################

add_qt_plugin(qico
    TYPE imageformats
    SOURCES
        main.cpp main.h
        qicohandler.cpp qicohandler.h
    LIBRARIES
        Qt::GuiPrivate # special case
    PUBLIC_LIBRARIES # special case
        Qt::Gui # special case
    CLASS_NAME
        QICOPlugin
)

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