Add script to replace slots with Q_SLOTS
This commit is contained in:
parent
e9a459a262
commit
a54763b247
@ -61,6 +61,10 @@ for FS in `find $PWD -type f -name 'CMakeLists.txt'`; do
|
||||
perl -p -i -e 's/IMPORTS_INSTALL_DIR/QML_INSTALL_DIR/g' $FS
|
||||
done
|
||||
|
||||
for FS in `find $PWD -type f -name '*.h'`; do
|
||||
perl -p -i -e 's/slots/Q_SLOTS/g' $FS
|
||||
done
|
||||
|
||||
#exit;
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user