summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/io/qprocess/testProcessEchoGui/.prev_CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/corelib/io/qprocess/testProcessEchoGui/.prev_CMakeLists.txt')
-rw-r--r--tests/auto/corelib/io/qprocess/testProcessEchoGui/.prev_CMakeLists.txt23
1 files changed, 23 insertions, 0 deletions
diff --git a/tests/auto/corelib/io/qprocess/testProcessEchoGui/.prev_CMakeLists.txt b/tests/auto/corelib/io/qprocess/testProcessEchoGui/.prev_CMakeLists.txt
new file mode 100644
index 0000000000..a2e3c6a0a9
--- /dev/null
+++ b/tests/auto/corelib/io/qprocess/testProcessEchoGui/.prev_CMakeLists.txt
@@ -0,0 +1,23 @@
+# Generated from testProcessEchoGui.pro.
+
+#####################################################################
+## testProcessEchoGui Binary:
+#####################################################################
+
+qt_add_executable(testProcessEchoGui
+ OUTPUT_DIRECTORY "${CMAKE_CURRENT_BINARY_DIR}/"
+ DEFINES
+ QT_DISABLE_DEPRECATED_BEFORE=0
+ PUBLIC_LIBRARIES
+ Qt::Gui
+)
+
+## Scopes:
+#####################################################################
+
+qt_extend_target(testProcessEchoGui CONDITION WIN32
+ SOURCES
+ main_win.cpp
+ PUBLIC_LIBRARIES
+ user32
+)