zoukankan      html  css  js  c++  java
  • webkit qt版快速编译 支持wml版本

    使用VS2005编译库:
    1. 下载Qt源码并解压(qt-win-opensource-src-4.5.3.zip);

    支持wml版本:

    1,打开E:\projects\webkit\src\src\3rdparty\webkit\WebCore\WebCore.pro

    (最终生成E:\projects\webkit\src\src\3rdparty\webkit\WebCore\QtWebKit.vcproj)

    将 !contains(DEFINES, ENABLE_WML=.): DEFINES += ENABLE_WML=0

    由0改为1.


    2. 安装vs2005,win7自动更新到最新补丁!!!

    3. 启动vs2005,选中“工具”,“visual studio 命令提示”

    3. 进入解压目录,键入

         configure -platform win32-msvc2005 -opensource -nomake examples -nomake demos
    4. 编译成功后,在vs2005中打开解压目录下的 project.sln。设置 browser 为启动项目,编译真个工程即可。

    如果运行时没找到dll。只要拷贝到同一个目录下执行。 

    注意使用的编译器是哪个版本的:

    E:\projects\webkit\src> configure -platform win32-msvc2005 -opensource -nomake e
    xamples -nomake demos
    Found more than one known compiler! Using "Microsoft (R) 32-bit C/C++ Optimizing
    Compiler.NET 2005 (8.0)"

    This is the Qt for Windows Open Source Edition.

    You are licensed to use this software under the terms of
    the GNU General Public License (GPL) version 3
    or the GNU Lesser General Public License (LGPL) version 2.1.

    Type '3' to view the GNU General Public License version 3 (GPLv3).
    Type 'L' to view the Lesser GNU General Public License version 2.1 (LGPLv2.1).
    Type 'y' to accept this license offer.
    Type 'n' to decline this license offer.

  • 相关阅读:
    菜鸟Vue学习笔记(二)
    菜鸟Vue学习笔记(一)
    JVM垃圾回收机制之对象回收算法
    什么是web前端开发?
    JDBC API阐述
    JDBC驱动程序分类
    JDBC理论知识
    冒泡排序(Bubble Sorting)
    Java 中几种常用设计模式
    数据库设计六大范式
  • 原文地址:https://www.cnblogs.com/bigben0123/p/1987821.html
Copyright © 2011-2022 走看看