Last change
on this file since 105 was 2, checked in by dmik, 20 years ago |
Imported xplatform parts of the official release 3.3.1 from Trolltech
|
File size:
526 bytes
|
Line | |
---|
1 | This directory contains the source code for the Qt Meta Object
|
---|
2 | Compiler (moc).
|
---|
3 |
|
---|
4 | The files moc_yacc.cpp, moc_yacc.h and moc_lex.cpp are generated by
|
---|
5 | yacc and lex from moc.y and moc.l. To compile the moc program from
|
---|
6 | scratch, you need yacc (or byacc) and lex. These tools are
|
---|
7 | preinstalled on most Unix systems.
|
---|
8 |
|
---|
9 | If you run Windows, you can install the Cygwin32 package available at
|
---|
10 | ftp://ftp.cygnus.com/pub/gnu-win32/win32.
|
---|
11 |
|
---|
12 | Moc does not compile with GNU bison. Use the standard AT&T yacc or
|
---|
13 | Berkeley yacc instead.
|
---|
Note:
See
TracBrowser
for help on using the repository browser.