aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qpixmap/CMakeLists.txt
blob: 3fa14074218f82c42d36ded1db003d55ed4a6561 (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 qpixmap.pro.

#####################################################################
## tst_qpixmap Test:
#####################################################################

qt_add_test(tst_qpixmap
    SOURCES
        tst_qpixmap.cpp
    PUBLIC_LIBRARIES
        Qt::Gui
        Qt::WinExtras
)

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

qt_extend_target(tst_qpixmap CONDITION QT_FEATURE_dynamicgl OR (WIN32 AND NOT TARGET Qt::OpenGL)
    PUBLIC_LIBRARIES
        gdi32
        user32
)