summaryrefslogtreecommitdiffstats
path: root/src/platformsupport/graphics/CMakeLists.txt
blob: 4dd6db7ebd66147c4b68e026249d75065179cffd (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
# Generated from graphics.pro.

#####################################################################
## GraphicsSupport Module:
#####################################################################

add_qt_module(GraphicsSupport
    STATIC
    INTERNAL_MODULE
    SOURCES
        qrasterbackingstore.cpp qrasterbackingstore_p.h
    DEFINES
        QT_NO_CAST_FROM_ASCII
    LIBRARIES
        Qt::CorePrivate
        Qt::GuiPrivate
    PUBLIC_LIBRARIES
        Qt::Core
        Qt::Gui
)

#### Keys ignored in scope 1:.:.:graphics.pro:<TRUE>:
# CONFIG = "static" "internal_module"
# MODULE = "graphics_support"
# _LOADED = "qt_module"