summaryrefslogtreecommitdiffstats
path: root/qmake/doc/snippets/qmake/replace.pro
blob: 504e01a0180b46700bd65e10fb06b9e6ff23346d (plain)
1
2
3
4
#! [0]
MESSAGE = This is a tent.
message($$replace(MESSAGE, tent, test))
#! [0]