tests/auto/qprocess/testProcessSpacesArgs/twospaces.pro
changeset 0 1918ee327afb
equal deleted inserted replaced
-1:000000000000 0:1918ee327afb
       
     1 SOURCES = main.cpp
       
     2 CONFIG -= qt app_bundle
       
     3 CONFIG += console
       
     4 DESTDIR = ./
       
     5 
       
     6 TARGET = "two space s"
       
     7 
       
     8 # no install rule for application used by test
       
     9 INSTALLS =
       
    10 
       
    11 
       
    12