summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/tools/qhashseed/CMakeLists.txt
blob: bc40c63b3e82f8e979e0dcf0a27d4491e3c19785 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#####################################################################
## tst_qhashseed Test:
#####################################################################

qt_internal_add_test(tst_qhashseed
    SOURCES
        tst_qhashseed.cpp
)

qt_internal_add_executable(tst_qhashseed_helper
    OUTPUT_DIRECTORY "${CMAKE_CURRENT_BINARY_DIR}/"
    SOURCES
        tst_qhashseed_helper.cpp
)