tst_QProcess: don't link non-Qt helpers to QtCore
Change-Id: Icfe44ecf285a480fafe4fffd174d481f5e548c7b Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
This commit is contained in:
parent
956b249528
commit
6e99922234
@ -7,6 +7,7 @@
|
||||
|
||||
qt_internal_add_executable(testExitCodes
|
||||
OUTPUT_DIRECTORY "${CMAKE_CURRENT_BINARY_DIR}/"
|
||||
CORE_LIBRARY None
|
||||
SOURCES
|
||||
main.cpp
|
||||
)
|
||||
|
@ -7,6 +7,7 @@
|
||||
|
||||
qt_internal_add_executable(testForwardingHelper
|
||||
OUTPUT_DIRECTORY "${CMAKE_CURRENT_BINARY_DIR}/"
|
||||
CORE_LIBRARY None
|
||||
SOURCES
|
||||
main.cpp
|
||||
)
|
||||
|
@ -7,6 +7,7 @@
|
||||
|
||||
qt_internal_add_executable(testProcessCrash
|
||||
OUTPUT_DIRECTORY "${CMAKE_CURRENT_BINARY_DIR}/"
|
||||
CORE_LIBRARY None
|
||||
SOURCES
|
||||
main.cpp
|
||||
)
|
||||
|
@ -7,6 +7,7 @@
|
||||
|
||||
qt_internal_add_executable(testProcessDeadWhileReading
|
||||
OUTPUT_DIRECTORY "${CMAKE_CURRENT_BINARY_DIR}/"
|
||||
CORE_LIBRARY None
|
||||
SOURCES
|
||||
main.cpp
|
||||
)
|
||||
|
@ -7,6 +7,7 @@
|
||||
|
||||
qt_internal_add_executable(testProcessEOF
|
||||
OUTPUT_DIRECTORY "${CMAKE_CURRENT_BINARY_DIR}/"
|
||||
CORE_LIBRARY None
|
||||
SOURCES
|
||||
main.cpp
|
||||
)
|
||||
|
@ -7,6 +7,7 @@
|
||||
|
||||
qt_internal_add_executable(testProcessEcho
|
||||
OUTPUT_DIRECTORY "${CMAKE_CURRENT_BINARY_DIR}/"
|
||||
CORE_LIBRARY None
|
||||
SOURCES
|
||||
main.cpp
|
||||
)
|
||||
|
@ -7,6 +7,7 @@
|
||||
|
||||
qt_internal_add_executable(testProcessEcho2
|
||||
OUTPUT_DIRECTORY "${CMAKE_CURRENT_BINARY_DIR}/"
|
||||
CORE_LIBRARY None
|
||||
SOURCES
|
||||
main.cpp
|
||||
)
|
||||
|
@ -7,6 +7,7 @@
|
||||
|
||||
qt_internal_add_executable(testProcessEcho3
|
||||
OUTPUT_DIRECTORY "${CMAKE_CURRENT_BINARY_DIR}/"
|
||||
CORE_LIBRARY None
|
||||
SOURCES
|
||||
main.cpp
|
||||
)
|
||||
|
@ -8,6 +8,7 @@
|
||||
qt_internal_add_executable(testProcessEchoGui
|
||||
GUI
|
||||
OUTPUT_DIRECTORY "${CMAKE_CURRENT_BINARY_DIR}/"
|
||||
CORE_LIBRARY None
|
||||
SOURCES
|
||||
main_win.cpp
|
||||
)
|
||||
|
@ -7,6 +7,7 @@
|
||||
|
||||
qt_internal_add_executable(testProcessEnvironment
|
||||
OUTPUT_DIRECTORY "${CMAKE_CURRENT_BINARY_DIR}/"
|
||||
CORE_LIBRARY None
|
||||
SOURCES
|
||||
main.cpp
|
||||
)
|
||||
|
@ -7,6 +7,7 @@
|
||||
|
||||
qt_internal_add_executable(testProcessHang
|
||||
OUTPUT_DIRECTORY "${CMAKE_CURRENT_BINARY_DIR}/"
|
||||
CORE_LIBRARY None
|
||||
SOURCES
|
||||
main.cpp
|
||||
)
|
||||
|
@ -7,6 +7,7 @@
|
||||
|
||||
qt_internal_add_executable(testProcessNormal
|
||||
OUTPUT_DIRECTORY "${CMAKE_CURRENT_BINARY_DIR}/"
|
||||
CORE_LIBRARY None
|
||||
SOURCES
|
||||
main.cpp
|
||||
)
|
||||
|
@ -7,6 +7,7 @@
|
||||
|
||||
qt_internal_add_executable(testProcessOutput
|
||||
OUTPUT_DIRECTORY "${CMAKE_CURRENT_BINARY_DIR}/"
|
||||
CORE_LIBRARY None
|
||||
SOURCES
|
||||
main.cpp
|
||||
)
|
||||
|
@ -3,12 +3,14 @@
|
||||
|
||||
qt_internal_add_executable(nospace
|
||||
OUTPUT_DIRECTORY "${CMAKE_CURRENT_BINARY_DIR}/"
|
||||
CORE_LIBRARY None
|
||||
SOURCES
|
||||
main.cpp
|
||||
)
|
||||
|
||||
qt_internal_add_executable(onespace
|
||||
OUTPUT_DIRECTORY "${CMAKE_CURRENT_BINARY_DIR}/"
|
||||
CORE_LIBRARY None
|
||||
SOURCES
|
||||
main.cpp
|
||||
)
|
||||
@ -16,6 +18,7 @@ set_target_properties(onespace PROPERTIES OUTPUT_NAME "one space")
|
||||
|
||||
qt_internal_add_executable(twospaces
|
||||
OUTPUT_DIRECTORY "${CMAKE_CURRENT_BINARY_DIR}/"
|
||||
CORE_LIBRARY None
|
||||
SOURCES
|
||||
main.cpp
|
||||
)
|
||||
|
@ -7,6 +7,7 @@
|
||||
|
||||
qt_internal_add_executable(testSetNamedPipeHandleState
|
||||
OUTPUT_DIRECTORY "${CMAKE_CURRENT_BINARY_DIR}/"
|
||||
CORE_LIBRARY None
|
||||
SOURCES
|
||||
main.cpp
|
||||
)
|
||||
|
@ -7,6 +7,7 @@
|
||||
|
||||
qt_internal_add_executable(testSoftExit
|
||||
OUTPUT_DIRECTORY "${CMAKE_CURRENT_BINARY_DIR}/"
|
||||
CORE_LIBRARY None
|
||||
)
|
||||
|
||||
qt_internal_extend_target(testSoftExit CONDITION WIN32
|
||||
|
@ -7,6 +7,7 @@
|
||||
|
||||
qt_internal_add_executable(testSpaceInName
|
||||
OUTPUT_DIRECTORY "${CMAKE_CURRENT_BINARY_DIR}/"
|
||||
CORE_LIBRARY None
|
||||
SOURCES
|
||||
main.cpp
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user