Skip to content

Commit

Permalink
qmetacc.exe -o main_moc.cpp main.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
felixf4xu committed Jan 16, 2024
1 parent 30eaedd commit a96d69e
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,14 @@ Meta Class Compiler, a modified version of Qt's Meta-Object Compiler (moc)
cmake .. -DCMAKE_PREFIX_PATH=D:\testcode\installtest

cmake --build .

## How to test qmetacc.exe: ##

```sh
qmetacc.exe -o main_moc.cpp main.cpp
```

or
```sh
qmetacc.exe -h
```

0 comments on commit a96d69e

Please sign in to comment.