概述
2019独角兽企业重金招聘Python工程师标准>>>
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...所遇到的程序开发问题。
如果觉得靠谱客网站的内容还不错,欢迎将靠谱客网站推荐给程序员好友。
发表评论 取消回复