summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/io/qprocess/testSoftExit/CMakeLists.txt
blob: f6088e10323fa0bd6d0335983688fc0f59abefa7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#####################################################################
## testSoftExit Binary:
#####################################################################

add_executable(testSoftExit)

qt_internal_extend_target(testSoftExit CONDITION WIN32
    SOURCES
        main_win.cpp
    PUBLIC_LIBRARIES
        user32
)

qt_internal_extend_target(testSoftExit CONDITION UNIX
    SOURCES
        main_unix.cpp
)