summaryrefslogtreecommitdiffstats
path: root/src/activeqt/axbase/CMakeLists.txt
blob: 787d24040f7640e73899b9cef830bc65d9e74d93 (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
# Generated from axbase.pro.

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

qt_add_module(AxBase
    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_extend_target(AxBase CONDITION MINGW
    LIBRARIES
        uuid
)