aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/macfunctions/CMakeLists.txt
blob: ee3e5608db351bacc53c78ffa9555d9749d8f0cb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Generated from macfunctions.pro.

#####################################################################
## tst_qmacfunctions Test:
#####################################################################

qt_add_test(tst_qmacfunctions
    SOURCES
        tst_qmacfunctions.mm
    PUBLIC_LIBRARIES
        Qt::Gui
        Qt::MacExtras
        Qt::Widgets
)

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

qt_extend_target(tst_qmacfunctions CONDITION APPLE_OSX
    PUBLIC_LIBRARIES
        ${FWAppKit}
)