doc/src/snippets/qmake/dereferencing.pro
branchRCL_3
changeset 8 3f74d0d4af4c
parent 0 1918ee327afb
equal deleted inserted replaced
6:dee5afe5301f 8:3f74d0d4af4c
       
     1 #! [0]
       
     2 TEMP_SOURCES = $$SOURCES
       
     3 #! [0]
       
     4 # Do something with the SOURCES variable then restore its old value.
       
     5 SOURCES = $$TEMP_SOURCES