util/tests/auto/qprocess/testProcessEnvironment/testProcessEnvironment.pro
changeset 7 f7bc934e204c
equal deleted inserted replaced
3:41300fa6a67c 7:f7bc934e204c
       
     1 SOURCES = main.cpp
       
     2 CONFIG -= qt
       
     3 CONFIG += console
       
     4 DESTDIR = ./
       
     5 
       
     6 mac {
       
     7   CONFIG -= app_bundle
       
     8 }
       
     9 
       
    10 # no install rule for application used by test
       
    11 INSTALLS =
       
    12