summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/io/qprocess/testExitCodes/CMakeLists.txt
blob: cf3f6f4e640932c4128c483a077aecd8039b3d7c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# Generated from testExitCodes.pro.

#####################################################################
## testExitCodes Binary:
#####################################################################

qt_add_executable(testExitCodes
    OUTPUT_DIRECTORY "${CMAKE_CURRENT_BINARY_DIR}/"
    SOURCES
        main.cpp
    PUBLIC_LIBRARIES
        Qt::Gui
)