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

#####################################################################
## tst_deleteLater_noApp Binary:
#####################################################################

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