Skip to content

Commit

Permalink
integrity: don't mess with QTPLUGIN.platforms
Browse files Browse the repository at this point in the history
this is an exclusively user-controllable variable. the mkspec may provide
a default via QT_QPA_DEFAULT_PLATFORM when it deviates from the platform
default known to configure, and these specs actually already make use of
that.

Change-Id: I7531063d4c404ebed7b2cc1647c61626db30daef
Reviewed-by: Kyle Edwards <[email protected]>
Reviewed-by: Laszlo Agocs <[email protected]>
  • Loading branch information
ossilator committed Nov 21, 2018
1 parent 54dabdd commit b1d6f64
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 6 deletions.
1 change: 0 additions & 1 deletion mkspecs/integrity-armv7-imx6/qmake.conf
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ include(../common/ghs-integrity-armv7.conf)

DEFINES += QT_STATICPLUGIN

QTPLUGIN.platforms += qeglfs qeglfs-viv-integration
QT_QPA_DEFAULT_PLATFORM = eglfs

QMAKE_LIBS_EGL += -lEGL -lGAL -lVSC -lGLSLC -lGLESv2 -lfbdev -livfs
Expand Down
2 changes: 0 additions & 2 deletions mkspecs/integrity-armv7/qmake.conf
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,3 @@
include(../common/ghs-integrity-armv7.conf)

DEFINES += QT_STATICPLUGIN

QTPLUGIN.platforms += integrityfb
1 change: 0 additions & 1 deletion mkspecs/integrity-armv8-rcar/qmake.conf
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ DEFINES += INTEGRITY
# parameter types as Symbian. The parameter types are defined in eglplatform.h.
DEFINES += __WINSCW__

QTPLUGIN.platforms += qeglfs
QT_QPA_DEFAULT_PLATFORM = eglfs

QMAKE_LIBS_EGL += -lEGL -lIMGegl -lsrv_um -lsrv_init -lpvrWSEGL_WM -lncg_usr.a -lmmgr_usr -lwm_usr -lprr_usr
Expand Down
2 changes: 0 additions & 2 deletions mkspecs/integrity-x86/qmake.conf
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,3 @@ include(../common/ghs-integrity-x86.conf)

QMAKE_CFLAGS += -cpu=Corei
DEFINES += QT_STATICPLUGIN

QTPLUGIN.platforms += integrityfb

0 comments on commit b1d6f64

Please sign in to comment.