diff --git a/qmake/doc/src/qmake-manual.qdoc b/qmake/doc/src/qmake-manual.qdoc index 0889079e30..e04c0895fe 100644 --- a/qmake/doc/src/qmake-manual.qdoc +++ b/qmake/doc/src/qmake-manual.qdoc @@ -921,13 +921,9 @@ qmake ANDROID_ABIS="armeabi-v7a arm64-v8a" \endcode - Or directly in the \c .pro file: - - \badcode - ANDROID_ABIS = \ - armeabi-v7a \ - arm64-v8a - \endcode + \note It is possible to use this variable inside the *.pro file, however, + it is not recommended since it will override any ABIs specified on the + \c qmake command line. \target ANDROID_API_VERSION \section1 ANDROID_API_VERSION