summaryrefslogtreecommitdiffstats
path: root/tests/auto/testlib/selftests/cmptest/.prev_CMakeLists.txt
blob: abc5f9b023d7fe5241ed15595cad766ea58c0852 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Generated from cmptest.pro.

#####################################################################
## cmptest Binary:
#####################################################################

qt_add_executable(cmptest
    SOURCES
        tst_cmptest.cpp
    PUBLIC_LIBRARIES
        Qt::Test
)

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

qt_extend_target(cmptest CONDITION TARGET Qt::Gui
    PUBLIC_LIBRARIES
        Qt::Gui
)