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

qt_find_package(JPEG) # special case

#####################################################################
## qjpeg Plugin:
#####################################################################

add_qt_plugin(qjpeg
    TYPE imageformats
    SOURCES
        main.cpp main.h
        qjpeghandler.cpp qjpeghandler_p.h
    LIBRARIES
        # Qt::CorePrivate # special case: remove
        Qt::GuiPrivate
    PUBLIC_LIBRARIES # special case
        JPEG::JPEG
        # Qt::Core # special case: remove
        Qt::Gui # special case
)

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