summaryrefslogtreecommitdiffstats
path: root/qmake/doc
diff options
context:
space:
mode:
Diffstat (limited to 'qmake/doc')
-rw-r--r--qmake/doc/snippets/code/doc_src_qmake-manual.pro6
-rw-r--r--qmake/doc/src/qmake-manual.qdoc22
2 files changed, 4 insertions, 24 deletions
diff --git a/qmake/doc/snippets/code/doc_src_qmake-manual.pro b/qmake/doc/snippets/code/doc_src_qmake-manual.pro
index c3b6e6595f..8ba0aa0713 100644
--- a/qmake/doc/snippets/code/doc_src_qmake-manual.pro
+++ b/qmake/doc/snippets/code/doc_src_qmake-manual.pro
@@ -120,7 +120,7 @@ qmake -spec macx-g++
#! [14]
-QMAKE_LFLAGS += -F/path/to/framework/directory/
+LIBS += -F/path/to/framework/directory/
#! [14]
@@ -784,10 +784,6 @@ CONFIG(debug, debug|release) {
}
#! [127]
-#! [142]
-DEPLOYMENT_PLUGIN += qjpeg
-#! [142]
-
#! [149]
SUBDIRS += my_executable my_library
my_executable.subdir = app
diff --git a/qmake/doc/src/qmake-manual.qdoc b/qmake/doc/src/qmake-manual.qdoc
index c3c878ebb8..a8ccd199b4 100644
--- a/qmake/doc/src/qmake-manual.qdoc
+++ b/qmake/doc/src/qmake-manual.qdoc
@@ -685,7 +685,7 @@
Directories other than the standard framework directory need to be specified
to the build system, and this is achieved by appending linker options to the
- \l{QMAKE_LFLAGS} variable, as shown in the following example:
+ \l{LIBS} variable, as shown in the following example:
\snippet code/doc_src_qmake-manual.pro 14
@@ -960,6 +960,8 @@
\row \li c++14 \li C++14 support is enabled. This option has no effect if
the compiler does not support C++14.
By default, support is disabled.
+ \row \li depend_includepath \li Appending the value of INCLUDEPATH to
+ DEPENDPATH is enabled. Set by default.
\endtable
When you use the \c debug_and_release option (which is the default under
@@ -1119,24 +1121,6 @@
Specifies a list of all directories to look in to resolve dependencies. This
variable is used when crawling through \c included files.
- \target DEPLOYMENT_PLUGIN
- \section1 DEPLOYMENT_PLUGIN
-
- \note This variable is used only on the Windows CE platform.
-
- Specifies the Qt plugins that will be deployed. All plugins
- available in Qt can be explicitly deployed to the device. See
- \l{Static Plugins}{Static Plugins} for a complete list.
-
- \note No plugins will be deployed automatically to Windows CE devices.
- If the application depends on plugins, these plugins have to be specified
- manually.
-
- For example, the following definition uploads the jpeg imageformat plugin to
- the plugins directory on the Windows CE device:
-
- \snippet code/doc_src_qmake-manual.pro 142
-
\target DESTDIR
\section1 DESTDIR