summaryrefslogtreecommitdiffstats
path: root/doc/src/snippets/code/doc_src_emb-features.qdoc
blob: 92f439316b5ab61b09d651e5c635462b15b0f43b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
// Copyright (C) 2016 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GFDL-1.3-no-invariants-only

//! [0]
configure.exe -D QT_NO_FILEDIALOG
//! [0]


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


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


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