mirror of
https://github.com/crystalidea/qt6windows7.git
synced 2025-07-02 07:15:27 +08:00
qt 6.5.1 original
This commit is contained in:
32
mkspecs/integrity-armv8-rcar/qmake.conf
Normal file
32
mkspecs/integrity-armv8-rcar/qmake.conf
Normal file
@ -0,0 +1,32 @@
|
||||
#
|
||||
# qmake configuration for INTEGRITY armv7 targets
|
||||
#
|
||||
|
||||
# armv7 common includes work for armv8-A as well
|
||||
include(../common/ghs-integrity-armv7.conf)
|
||||
|
||||
DEFINES += INTEGRITY
|
||||
|
||||
# This define is used because the RCar INTEGRITY EGL library expects same
|
||||
# parameter types as Symbian. The parameter types are defined in eglplatform.h.
|
||||
DEFINES += __WINSCW__
|
||||
|
||||
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
|
||||
QMAKE_LIBS_OPENGL_ES2 += -lGLESv2 -lIMGegl -lglslcompiler -lusc -lsrv_um -lsrv_init -lpvrWSEGL_WM -lncg_usr.a -lmmgr_usr -lwm_usr -lprr_usr
|
||||
QMAKE_LIBS_GUI = -lmmgr_usr -lwm_usr -lprr_usr
|
||||
|
||||
QMAKE_CFLAGS += -bigswitch
|
||||
QMAKE_CXXFLAGS += -bigswitch
|
||||
QMAKE_LFLAGS += -bigswitch
|
||||
|
||||
EGLFS_DEVICE_INTEGRATION = eglfs_rcar
|
||||
|
||||
# OpenGL libraries have a dependency on libEGL
|
||||
dirs = $$(GL_INC_DIR)
|
||||
QMAKE_INCDIR_EGL = $$split(dirs, $$QMAKE_DIRLIST_SEP)
|
||||
QMAKE_INCDIR_OPENGL_ES2 = $$QMAKE_INCDIR_EGL
|
||||
dirs = $$(GL_LIB_DIR)
|
||||
QMAKE_LIBDIR_EGL = $$split(dirs, $$QMAKE_DIRLIST_SEP)
|
||||
QMAKE_LIBDIR_OPENGL_ES2 = $$QMAKE_LIBDIR_EGL
|
9
mkspecs/integrity-armv8-rcar/qplatformdefs.h
Normal file
9
mkspecs/integrity-armv8-rcar/qplatformdefs.h
Normal file
@ -0,0 +1,9 @@
|
||||
// Copyright (C) 2015 Green Hills Software. All rights reserved.
|
||||
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only
|
||||
|
||||
#ifndef QPLATFORMDEFS_H
|
||||
#define QPLATFORMDEFS_H
|
||||
|
||||
#include "../common/integrity/qplatformdefs.h"
|
||||
|
||||
#endif // QPLATFORMDEFS_H
|
Reference in New Issue
Block a user