diff options
Diffstat (limited to 'qt3-tqt3/create_tqt3_from_qt3')
-rwxr-xr-x | qt3-tqt3/create_tqt3_from_qt3 | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/qt3-tqt3/create_tqt3_from_qt3 b/qt3-tqt3/create_tqt3_from_qt3 index 13e60f8..2f04ea7 100755 --- a/qt3-tqt3/create_tqt3_from_qt3 +++ b/qt3-tqt3/create_tqt3_from_qt3 @@ -5,4 +5,9 @@ cd tqt3 ../convert_qt_itself_qt3 ../header_rename_1 patch -p0 < ../tqt3_fixups_batch2.diff -../convert_qt_itself_qt3_batch2
\ No newline at end of file +../convert_qt_itself_qt3_batch2 + +cd src/moc/ +yacc -d moc.y -o moc_yacc && mv moc_yacc moc_yacc.cpp +flex moc.l +mv lex.yy.c moc_lex.cpp
\ No newline at end of file |