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.

  • 相关阅读:
    Python基础Day1—下
    Python基础Day1—上
    Asp.net +Jquery-uploadify多文件上传
    C#txt文件读写基本操作
    C#获取窗口,模拟按键操作
    百度搜索优化-如何使搜索结果显示图文
    纯CSS3实现超立体的3D图片侧翻倾斜效果
    Android http通信 HttpURLConnection
    Android Socket 知识点汇总
    Android http通信案例
  • 原文地址:https://www.cnblogs.com/bigben0123/p/1987821.html
Copyright © 2011-2022 走看看