summaryrefslogtreecommitdiffstats
path: root/tests/auto/network/access/qnetworkreply/echo
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/network/access/qnetworkreply/echo')
-rw-r--r--tests/auto/network/access/qnetworkreply/echo/.prev_CMakeLists.txt2
-rw-r--r--tests/auto/network/access/qnetworkreply/echo/CMakeLists.txt2
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/auto/network/access/qnetworkreply/echo/.prev_CMakeLists.txt b/tests/auto/network/access/qnetworkreply/echo/.prev_CMakeLists.txt
index 17b6b275c9..60fe797d50 100644
--- a/tests/auto/network/access/qnetworkreply/echo/.prev_CMakeLists.txt
+++ b/tests/auto/network/access/qnetworkreply/echo/.prev_CMakeLists.txt
@@ -4,7 +4,7 @@
## echo Binary:
#####################################################################
-qt_add_executable(echo
+qt_internal_add_executable(echo
SOURCES
main.cpp
)
diff --git a/tests/auto/network/access/qnetworkreply/echo/CMakeLists.txt b/tests/auto/network/access/qnetworkreply/echo/CMakeLists.txt
index e06066ea4f..664b2f2fab 100644
--- a/tests/auto/network/access/qnetworkreply/echo/CMakeLists.txt
+++ b/tests/auto/network/access/qnetworkreply/echo/CMakeLists.txt
@@ -4,7 +4,7 @@
## echo Binary:
#####################################################################
-qt_add_executable(echo
+qt_internal_add_executable(echo
OUTPUT_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR} # special case
SOURCES
main.cpp