summaryrefslogtreecommitdiffstats
path: root/src/common-lib/CMakeLists.txt
blob: 75d795d5567df0ca895415e2f02511f11e30e051 (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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
# Generated from common-lib.pro.

#####################################################################
## AppManCommon Module:
#####################################################################

qt_find_package(WrapLibYaml PROVIDED_TARGETS WrapLibYaml::WrapLibYaml)

# temporary hack to get around the "#pragma once not allowed in cpp" error
set(QT_FEATURE_headersclean FALSE)

qt_internal_add_module(AppManCommonPrivate
    CONFIG_MODULE_NAME appman_common
    STATIC
    EXCEPTIONS
    INTERNAL_MODULE
    SOURCES
        configcache.cpp configcache.h configcache_p.h
        crashhandler.cpp crashhandler.h
        dbus-utilities.cpp
        error.h
        exception.cpp exception.h
        global.h
        logging.cpp logging.h
        processtitle.cpp processtitle.h
        qml-utilities.cpp qml-utilities.h
        qtyaml.cpp qtyaml.h
        startuptimer.cpp startuptimer.h
        unixsignalhandler.cpp unixsignalhandler.h
        utilities.cpp utilities.h
    PUBLIC_LIBRARIES
        Qt::Concurrent
        Qt::Core
        Qt::CorePrivate
        Qt::Network
        Qt::Qml
        Qt::QmlPrivate
)

qt_internal_extend_target(AppManCommonPrivate CONDITION TARGET Qt::GeniviExtras
    DEFINES
        AM_GENIVIEXTRAS_LAZY_INIT
    PUBLIC_LIBRARIES
        Qt::GeniviExtras
)

qt_internal_extend_target(AppManCommonPrivate CONDITION TARGET Qt::DBus
    SOURCES
        dbus-utilities.h
    PUBLIC_LIBRARIES
        Qt::DBus
)

qt_internal_extend_target(AppManCommonPrivate CONDITION LINUX
    PUBLIC_LIBRARIES
        dl
)

qt_internal_extend_target(AppManCommonPrivate CONDITION QT_FEATURE_libbacktrace
    LIBRARIES
        Qt::BundledBacktrace
)

qt_internal_extend_target(AppManCommonPrivate CONDITION QT_FEATURE_stackwalker
    LIBRARIES
        Qt::BundledStackwalker
)

qt_internal_extend_target(AppManCommonPrivate CONDITION QT_FEATURE_system_libyaml
    LIBRARIES
        WrapLibYaml::WrapLibYaml
)

qt_internal_extend_target(AppManCommonPrivate CONDITION NOT QT_FEATURE_system_libyaml
    LIBRARIES
        Qt::BundledLibYaml
)