我是靠谱客的博主 野性舞蹈,最近开发中收集的这篇文章主要介绍ubuntu Installation QScintilla2(ubuntu 安装QScint...,觉得挺不错的,现在分享给大家,希望可以做个参考。

概述

2019独角兽企业重金招聘Python工程师标准>>> hot3.png

Installation

As supplied QScintilla will be built as a shared library/DLL and installed in the same directories as the Qt libraries and include files.

If you want to change the configuration then edit the file qscintilla.pro in the Qt4Qt5 directory. For example, if you want to build a static library, edit the value of CONFIG and replace dll with staticlib, and edit the value ofDEFINES and remove QSCINTILLA_MAKE_DLL.

See your qmake documentation for more details.

To build and install QScintilla, run:

cd Qt4Qt5
    qmake qscintilla.pro
    make
    make install

If you have multiple versions of Qt installed then make sure you use the correct version of qmake.

转载于:https://my.oschina.net/zhangdapeng89/blog/81807

最后

以上就是野性舞蹈为你收集整理的ubuntu Installation QScintilla2(ubuntu 安装QScint...的全部内容,希望文章能够帮你解决ubuntu Installation QScintilla2(ubuntu 安装QScint...所遇到的程序开发问题。

如果觉得靠谱客网站的内容还不错,欢迎将靠谱客网站推荐给程序员好友。

本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
点赞(34)

评论列表共有 0 条评论

立即
投稿
返回
顶部