summaryrefslogtreecommitdiffstats
path: root/src/plugins/imageformats/tiff/.prev_CMakeLists.txt
blob: fc9a65bf08a31681f5bbef3e411fda7df57aaed9 (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 tiff.pro.

#####################################################################
## qtiff Plugin:
#####################################################################

qt_add_plugin(qtiff
    TYPE imageformats
    CLASS_NAME QTiffPlugin
    SOURCES
        main.cpp
        qtiffhandler.cpp qtiffhandler_p.h
    LIBRARIES
        TIFF::TIFF
    PUBLIC_LIBRARIES
        Qt::Core
        Qt::Gui
)

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