Add QT_DEFAULT_QPA_PLUGIN to generated qconfig.pri
authorMiikka Heikkinen <miikka.heikkinen@digia.com>
Mon, 10 Dec 2012 14:11:47 +0000 (16:11 +0200)
committerThe Qt Project <gerrit-noreply@qt-project.org>
Mon, 10 Dec 2012 14:33:54 +0000 (15:33 +0100)
commit903fa2e4aa0d4e0cf0e13216dd8883b5e4a7709d
tree2b4a5deff813da0b1c81b26de2e3b348a2828243
parentf166fcd3d0931ecc08087b12fdac5940e5ccbdf7
Add QT_DEFAULT_QPA_PLUGIN to generated qconfig.pri

Configure will now generate QT_DEFAULT_QPA_PLUGIN qmake variable
to specify the default QPA plugin.

"CONFIG += qpa_default_plugin" statement in application .pro file
will add the default QPA plugin into QTPLUGINS.

"CONFIG += qpa_minimal_plugin" statement in application .pro file
will add the minimal QPA plugin into QTPLUGINS.

Task-number: QTBUG-28131
Change-Id: I12a241005f30b37467d783b50f0369b47e605e68
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@digia.com>
configure
mkspecs/features/qt.prf
src/corelib/doc/snippets/code/doc_src_plugins-howto.pro
src/corelib/doc/src/plugins-howto.qdoc
tools/configure/configureapp.cpp