Commit 903fa2e4 authored by Miikka Heikkinen's avatar Miikka Heikkinen Committed by The Qt Project
Browse files

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: default avatarOswald Buddenhagen <oswald.buddenhagen@digia.com>
parent f166fcd3
No related merge requests found
Showing with 25 additions and 0 deletions
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment