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

if [[ $1 == "" ]]; then
	echo "Usage: tqt-replace <input_file>"
else
	exit 0
fi