summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/io/qprocess/testProcessEchoGui/testProcessEchoGui.pro
blob: 65b408fc85b344f0efcbf1373316b81738f227e4 (plain)
1
2
3
4
5
6
7
8
9
10
11
win32 {
   SOURCES = main_win.cpp
   !win32-borland:LIBS += -lUser32
}

CONFIG -= qt
DESTDIR = ./

# This app is testdata for tst_qprocess
target.path = $$[QT_INSTALL_TESTS]/tst_qprocess/$$TARGET
INSTALLS += target