summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/io/qprocess/testForwarding/CMakeLists.txt
blob: adadbeca7a37450b66c5340306a32f2c402c1f6f (plain)
1
2
3
4
5
6
7
8
9
10
11
#####################################################################
## testForwarding Binary:
#####################################################################

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

add_dependencies(testForwarding testForwardingHelper)