summaryrefslogtreecommitdiffstats
path: root/qtinterface/tqt-replace-stream-tqt3.cmake
blob: ca2e985b8d6f3f49284a66cd6656852a5ee4d1b8 (plain)
1
2
3
4
5
6
7
8
#!/bin/bash
QT_VERSION=@QT_VERSION@

if [[ $1 == "" ]]; then
	echo "Usage: tqt-replace-stream <filename>"
else
	cat $1
fi