aboutsummaryrefslogtreecommitdiffstats
path: root/doc/codesnippets/doc/src/snippets/code/doc_src_emb-features.qdoc
blob: e64a0ae42bf88fbfaf4717835507c3bf0bb11e8d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
//! [0]
configure.exe -D QT_NO_THREAD
//! [0]


//! [1]
./configure -no-feature-thread
//! [1]


//! [2]
configure.exe -qconfig myfile
//! [2]


//! [3]
./configure -qconfig myfile
//! [3]