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内容请搜索靠谱客的其他文章。
发表评论 取消回复