【RK3588 Mali610 适配 Qt6 】

张开发
2026/4/4 1:57:43 15 分钟阅读
【RK3588 Mali610 适配 Qt6 】
主要适配RK3588 Mali610GPU准备文件准备文件1、Qt6源码2、必须安装的依赖文件3、缺失的文件fbdev_window.h其中第三项比较重要,关系到编译初期能够识别到GPU库。fbdev_window.h内容如下:/* * This confidential and proprietary software may be used only as * authorised by a licensing agreement from ARM Limited * (C) COPYRIGHT 2008-2011 ARM Limited * ALL RIGHTS RESERVED * The entire notice above must be reproduced on all authorised * copies and copies may only be made to the extent permitted * by a licensing agreement from ARM Limited. *//** * @file fbdev_window.h * @brief A window type for the framebuffer device (used by egl and tests) */#ifndef_FBDEV_WINDOW_H_#define_FBDEV_WINDOW_H_#ifdef__cplusplusextern

更多文章