码迷,mamicode.com
首页 > 其他好文 > 详细

qmake make install

时间:2014-10-13 14:02:29      阅读:106      评论:0      收藏:0      [点我收藏+]

标签:ef   as   安装   file   方法   ca   oo   database   文章   

一般的qmake生成的Makefile是没有
make install的
方法:
在.pro中做文章
比如你要安装libEbookDataBase.so*到目录 /usr/local/lib
.pro中加入
inst.files += libEbookDataBase.so*
inst.path = /usr/local/lib
INSTALLS += inst
qmake
就可以
make
make install

qmake make install

标签:ef   as   安装   file   方法   ca   oo   database   文章   

原文地址:http://www.cnblogs.com/cute/p/4021644.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!