From 0f638a4a92e434651b661781f7adf451a3cbedfd Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sun, 12 Feb 2012 18:58:52 -0600 Subject: Fix conversion problems and generate moc c files --- qt3-tqt3/create_tqt3_from_qt3 | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'qt3-tqt3/create_tqt3_from_qt3') 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 -- cgit v1.2.1