summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/plugin/qpluginloader/lib/CMakeLists.txt
blob: 8d723cf3ce1e9177e381108305e3ea740a26fedc (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
# Generated from lib.pro.

#####################################################################
## tst_qpluginloaderlib Generic Library:
#####################################################################

add_cmake_library(tst_qpluginloaderlib
    SHARED
    INSTALL_DIRECTORY "${INSTALL_TESTSDIR}/tst_qpluginloader/bin"
    OUTPUT_DIRECTORY "${CMAKE_CURRENT_BINARY_DIR}/../bin"
    SOURCES
        mylib.c
    PUBLIC_LIBRARIES
        Qt::Core
)

#### Keys ignored in scope 1:.:.:lib.pro:<TRUE>:
# INSTALLS = "target"
# TEMPLATE = "lib"
# target.path = "$$[QT_INSTALL_TESTS]/tst_qpluginloader/bin"

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

#### Keys ignored in scope 6:.:..:../winrt.pri:(CMAKE_BUILD_TYPE STREQUAL Debug):
# DESTDIR = "../debug/bin"

#### Keys ignored in scope 7:.:..:../winrt.pri:else:
# DESTDIR = "../release/bin"

extend_target(tst_qpluginloaderlib CONDITION MSVC
    DEFINES
        WIN32_MSVC
)

# special case begin
set_target_properties(tst_qpluginloaderlib PROPERTIES
    C_VISIBILITY_PRESET "default"
    CXX_VISIBILITY_PRESET "default"
)
# special case end