ubuntu Installation QScintilla2(ubuntu 安装QScint...

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.

你可能感兴趣的:(ubuntu Installation QScintilla2(ubuntu 安装QScint...)