source:
trunk/doc/src/snippets/code/doc_src_emb-features.qdoc@
244
Last change on this file since 244 was 2, checked in by , 16 years ago | |
---|---|
File size: 189 bytes |
Line | |
---|---|
1 | //! [0] |
2 | configure.exe -D QT_NO_THREAD |
3 | //! [0] |
4 | |
5 | |
6 | //! [1] |
7 | ./configure -no-feature-thread |
8 | //! [1] |
9 | |
10 | |
11 | //! [2] |
12 | configure.exe -qconfig myfile |
13 | //! [2] |
14 | |
15 | |
16 | //! [3] |
17 | ./configure -qconfig myfile |
18 | //! [3] |
Note:
See TracBrowser
for help on using the repository browser.