我是靠谱客的博主 野性舞蹈,这篇文章主要介绍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:

复制代码
1
2
3
4
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内容请搜索靠谱客的其他文章。

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

评论列表共有 0 条评论

立即
投稿
返回
顶部