summaryrefslogtreecommitdiffstats
path: root/src/activeqt/axbase/CMakeLists.txt
blob: 101187cd0cce8b9f339cd08d81c96dadb590f2ec (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: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0

# 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
)