Fix conversion script

pull/1/head
Timothy Pearson 12 years ago
parent ccbd5a505a
commit 766080a49e

@ -1,6 +1,5 @@
#!/bin/bash
find ./ -type f -iname "*" -exec sed -i 's/QT_VERSION_STR/TQT_VERSION_STR/g' {} \;
find ./ -type f -iname "*" -exec sed -i 's/QT_VERSION/TQT_VERSION/g' {} \;
find ./ -type f -iname "*" -exec sed -i 's/QT_BUILD_KEY/TQT_BUILD_KEY/g' {} \;
find ./ -type f -iname "*" -exec sed -i 's/Q_PACKED/TQ_PACKED/g' {} \;

Loading…
Cancel
Save