diff options
Diffstat (limited to 'tests/auto/qprocess/testProcessEnvironment/testProcessEnvironment.pro')
-rw-r--r-- | tests/auto/qprocess/testProcessEnvironment/testProcessEnvironment.pro | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/tests/auto/qprocess/testProcessEnvironment/testProcessEnvironment.pro b/tests/auto/qprocess/testProcessEnvironment/testProcessEnvironment.pro new file mode 100644 index 0000000..14ddae5 --- /dev/null +++ b/tests/auto/qprocess/testProcessEnvironment/testProcessEnvironment.pro @@ -0,0 +1,12 @@ +SOURCES = main.cpp +CONFIG -= qt +CONFIG += console +DESTDIR = ./ + +mac { + CONFIG -= app_bundle +} + +# no install rule for application used by test +INSTALLS = + |