diff options
-rw-r--r-- | modules/ECMAddTests.cmake | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/modules/ECMAddTests.cmake b/modules/ECMAddTests.cmake index 0136bb64..7e518212 100644 --- a/modules/ECMAddTests.cmake +++ b/modules/ECMAddTests.cmake @@ -102,10 +102,6 @@ function(ecm_add_test) endif() set(_plugin_path "$ENV{QT_PLUGIN_PATH}") set_property(TEST ${_testname} PROPERTY ENVIRONMENT "QT_PLUGIN_PATH=${CMAKE_LIBRARY_OUTPUT_DIRECTORY}${PATHSEP}${_plugin_path}") - if(CMAKE_HOST_SYSTEM_NAME STREQUAL "Windows") - get_property(_debug_env TEST ${_testname} PROPERTY ENVIRONMENT) - message("debugging: _plugin_path=${_plugin_path} property=${_debug_env}") - endif() endif() if (ARG_TARGET_NAME_VAR) set(${ARG_TARGET_NAME_VAR} "${_targetname}" PARENT_SCOPE) |