tests/auto/q3process/q3process.pro
changeset 0 1918ee327afb
equal deleted inserted replaced
-1:000000000000 0:1918ee327afb
       
     1 TEMPLATE    =	subdirs
       
     2 
       
     3 SUBDIRS	=	cat \
       
     4 		echo \
       
     5 		tst
       
     6 TARGET = tst_q3process
       
     7 QT += qt3support
       
     8 requires(contains(QT_CONFIG,qt3support))
       
     9 
       
    10 #no install rule for subdir
       
    11 INSTALLS =
       
    12 
       
    13