summaryrefslogtreecommitdiffstats
path: root/qmake/doc/snippets/qmake/dereferencing.pro
blob: ff0c97995cfa6cc80b3a9f86bf3be3fb9713926c (plain)
1
2
3
4
5
#! [0]
TEMP_SOURCES = $$SOURCES
#! [0]
# Do something with the SOURCES variable then restore its old value.
SOURCES = $$TEMP_SOURCES