summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/io/qprocess/testProcessSpacesArgs/CMakeLists.txt
blob: fd2b38ef2ff53e51070a4c1d8997df357ae3085a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
# Generated from nospace.pro.

#####################################################################
## nospace Binary:
#####################################################################

qt_internal_add_executable(nospace
    OUTPUT_DIRECTORY "${CMAKE_CURRENT_BINARY_DIR}/"
    SOURCES
        main.cpp
    DEFINES
        QT_DISABLE_DEPRECATED_BEFORE=0
    #PUBLIC_LIBRARIES # special case remove
        #Qt::Gui # special case remove
)

# special case begin
qt_internal_add_executable(onespace
    OUTPUT_DIRECTORY "${CMAKE_CURRENT_BINARY_DIR}/"
    SOURCES
        main.cpp
    DEFINES
        QT_DISABLE_DEPRECATED_BEFORE=0
    #PUBLIC_LIBRARIES # special case remove
        #Qt::Gui # special case remove
)
set_target_properties(onespace PROPERTIES OUTPUT_NAME "one space")

qt_internal_add_executable(twospaces
    OUTPUT_DIRECTORY "${CMAKE_CURRENT_BINARY_DIR}/"
    SOURCES
        main.cpp
    DEFINES
        QT_DISABLE_DEPRECATED_BEFORE=0
    #PUBLIC_LIBRARIES # special case remove
        #Qt::Gui # special case remove
)
set_target_properties(twospaces PROPERTIES OUTPUT_NAME "two space s")
# special case end

#### Keys ignored in scope 1:.:.:nospace.pro:<TRUE>:
# OBJECTS_DIR = "$${OBJECTS_DIR}-nospace"