summaryrefslogtreecommitdiffstats
path: root/tests/auto/testlib/selftests/deleteLater/CMakeLists.txt
blob: 78876a9dbbc30505d8d0023f6a6ebb3fcec11360 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Generated from deleteLater.pro.

#####################################################################
## tst_deleteLater Binary:
#####################################################################

add_qt_executable(tst_deleteLater
    NO_INSTALL # special case
    OUTPUT_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR} # special case
    SOURCES
        tst_deleteLater.cpp
    PUBLIC_LIBRARIES
        Qt::Test
)