You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
#!/bin/bash
|
|
|
|
cp -Rp ../../main/dependencies/qt3/ tqt3
|
|
cd tqt3
|
|
../convert_qt_itself_qt3
|
|
../header_rename_1
|
|
patch -p0 < ../tqt3_fixups_batch2.diff
|
|
../convert_qt_itself_qt3_batch2 |