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

#####################################################################
## qmng Plugin:
#####################################################################

qt_add_plugin(qmng
    TYPE imageformats
    CLASS_NAME QMngPlugin
    SOURCES
        main.cpp
        qmnghandler.cpp qmnghandler_p.h
    LIBRARIES
        mng
    PUBLIC_LIBRARIES
        Qt::Core
        Qt::Gui
)

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