summaryrefslogtreecommitdiffstats
path: root/tests/auto/qprocess/testProcessEchoGui/testProcessEchoGui.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/qprocess/testProcessEchoGui/testProcessEchoGui.pro')
-rw-r--r--tests/auto/qprocess/testProcessEchoGui/testProcessEchoGui.pro13
1 files changed, 13 insertions, 0 deletions
diff --git a/tests/auto/qprocess/testProcessEchoGui/testProcessEchoGui.pro b/tests/auto/qprocess/testProcessEchoGui/testProcessEchoGui.pro
new file mode 100644
index 0000000000..b3be74cbd1
--- /dev/null
+++ b/tests/auto/qprocess/testProcessEchoGui/testProcessEchoGui.pro
@@ -0,0 +1,13 @@
+win32 {
+ SOURCES = main_win.cpp
+ !win32-borland:LIBS += -lUser32
+}
+
+CONFIG -= qt
+DESTDIR = ./
+
+# no install rule for application used by test
+INSTALLS =
+
+
+