-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'origin/5.15' into dev
Conflicts: src/widgets/widgets/qabstractbutton.cpp src/widgets/widgets/qbuttongroup.cpp src/widgets/widgets/qbuttongroup.h src/widgets/widgets/qsplashscreen.cpp tests/auto/widgets/widgets/qbuttongroup/tst_qbuttongroup.cpp tests/benchmarks/opengl/main.cpp Needed update: src/plugins/platforms/cocoa/CMakeLists.txt Change-Id: I7be4baebb63844ec2b3e0de859ca9de1bc730bb5
- Loading branch information
Showing
128 changed files
with
1,383 additions
and
980 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,43 @@ | ||
# | ||
# qmake configuration for INTEGRITY Qualcomm SA8155P ADP | ||
# | ||
|
||
load(device_config) | ||
|
||
include(../../common/ghs-integrity-armv8.conf) | ||
|
||
QT_QPA_DEFAULT_PLATFORM = eglfs | ||
EGLFS_DEVICE_INTEGRATION = eglfs_openwfd | ||
|
||
qc_multimedia_inc_directory = $$(QC_MULTIMEDIA_INC_DIR) | ||
isEmpty(qc_multimedia_inc_directory): \ | ||
error("This makespec requires the environment variable QC_MULTIMEDIA_INC_DIR to be set.") | ||
|
||
QMAKE_INCDIR += $$(QC_MULTIMEDIA_INC_DIR) | ||
|
||
QMAKE_LIBS_EGL += -lESXEGL_Adreno -lESXGLESv2_Adreno -ladreno_utils -lGSLUser -lOSUser -lpanel -livfs -lposix -lpmem -ltzbsp -lpaged_alloc -lglnext-llvm -lopenwfd -lplanedef -llogger -lnet -lsocket -lrfs_client -lshm_client -lmmosalrfs -lmmosalfile -lOSAbstraction | ||
|
||
QMAKE_LIBS_OPENGL_ES2 += $${QMAKE_LIBS_EGL} | ||
|
||
QMAKE_CFLAGS += -DINTEGRITY | ||
QMAKE_CXXFLAGS += -DINTEGRITY | ||
|
||
QMAKE_CFLAGS += -bigswitch | ||
QMAKE_CXXFLAGS += -bigswitch | ||
QMAKE_LFLAGS += -bigswitch | ||
|
||
dirs = $$(GL_INC_DIR) | ||
isEmpty(dirs): \ | ||
error("This makespec requires the environment variable GL_INC_DIR to be set.") | ||
|
||
QMAKE_INCDIR_EGL = $$split(dirs, $$QMAKE_DIRLIST_SEP) | ||
QMAKE_INCDIR_OPENGL_ES2 = $$QMAKE_INCDIR_EGL | ||
|
||
dirs = $$(GL_LIB_DIR) | ||
isEmpty(dirs): \ | ||
error("This makespec requires the environment variable GL_LIB_DIR to be set.") | ||
|
||
QMAKE_LIBDIR_EGL = $$split(dirs, $$QMAKE_DIRLIST_SEP) | ||
QMAKE_LIBDIR_OPENGL_ES2 = $$QMAKE_LIBDIR_EGL | ||
|
||
load(qt_config) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.