summaryrefslogtreecommitdiffstats
path: root/tests/auto/testlib/selftests/cmptest/.prev_CMakeLists.txt
blob: 417b99571de6a2fbbcef5545d326c2a6c0cf0d0d (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:
#####################################################################

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

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

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