Using a static library in Qt Creator

后端 未结 5 949
野趣味
野趣味 2020-12-04 12:35

I\'m having a hell of a time finding documentation which clearly explains how to use a static library in Qt Creator.

I\'ve created and compiled my static library usi

5条回答
  •  一向
    一向 (楼主)
    2020-12-04 13:12

    ..from QT project creator

    1. goto projectName.pro from left hand side menu
    2. type LIBS +=
    3. rightClick AddLibrary

提交回复
热议问题