source:
trunk/doc/src/snippets/code/doc_src_uic.qdoc@
244
Last change on this file since 244 was 2, checked in by , 16 years ago | |
---|---|
File size: 147 bytes |
Line | |
---|---|
1 | //! [0] |
2 | uic [options] <uifile> |
3 | //! [0] |
4 | |
5 | |
6 | //! [1] |
7 | ui_%.h: %.ui |
8 | uic $< -o $@ |
9 | //! [1] |
10 | |
11 | |
12 | //! [2] |
13 | ui_foo.h: foo.ui |
14 | uic $< -o $@ |
15 | //! [2] |
Note:
See TracBrowser
for help on using the repository browser.