summaryrefslogtreecommitdiffstats
path: root/src/activeqt/axbase/CMakeLists.txt
blob: 3dd26df2c0db6c42edbbca22bf7944ef332bb210 (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
27
28
29
30
31
32
33
34
35
36
37
38
39
# Copyright (C) 2022 The Qt Company Ltd.
# SPDX-License-Identifier: BSD-3-Clause

# Generated from axbase.pro.

#####################################################################
## AxBase Module:
#####################################################################

qt_internal_add_module(AxBasePrivate # special case
    STATIC
    INTERNAL_MODULE
    SOURCES
        qaxtypefunctions.cpp qaxtypefunctions_p.h
        qaxutils.cpp qaxutils_p.h
    LIBRARIES
        advapi32
        gdi32
        ole32
        oleaut32
        user32
    PUBLIC_LIBRARIES
        Qt::Core
        Qt::CorePrivate
        Qt::Gui
        Qt::GuiPrivate
        Qt::Widgets
)

#### Keys ignored in scope 1:.:.:axbase.pro:<TRUE>:
# MODULE = "axbase"

## Scopes:
#####################################################################

qt_internal_extend_target(AxBasePrivate CONDITION MINGW
    LIBRARIES
        uuid
)