summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/io/qprocess/testProcessEnvironment/testProcessEnvironment.pro
blob: 43378b6e1754f6c5ea012720518e3fc34e429725 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
SOURCES = main.cpp
CONFIG -= qt
CONFIG += console
DESTDIR = ./

mac {
  CONFIG -= app_bundle
}

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