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

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

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

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