• 7615阅读
  • 5回复

新手问个问题pri是什么 [复制链接]

上一主题 下一主题
离线lzhfly
 
只看楼主 倒序阅读 楼主  发表于: 2010-02-26
— 本帖被 XChinux 执行加亮操作(2010-02-26) —
新手问个问题pri是什么,如何使用
离线hercules

只看该作者 1楼 发表于: 2010-02-26
如果pro是源文件,那么pri就是头文件

//xxx.pro
...
include(yyy.pri)
...
我的QQ号:337396132
欢迎大家加我为好友,一起学习Qt
离线心飞扬
只看该作者 2楼 发表于: 2010-03-14
Re:新手问个问题symbianpkgrules.pri是什么
请问Qt4编程中 symbianpkgrules.pri 是做什么用的?
离线yangfanxing
只看该作者 3楼 发表于: 2010-03-16
有pri???哦,我火星了。。。
PHPWind好恶心。。。不想看这种界面。。。
离线wd007

只看该作者 4楼 发表于: 2010-03-18
这个问题问的不错,我也有这个困惑。

在Qt Creator中可以打开.pri文件,使用常见的文本编辑器也可以打开
欢迎访问我的博客,一起学习提高
http://blog.csdn.net/qter_wd007
离线taochunyan
只看该作者 5楼 发表于: 2010-04-23
about   the  .pri files ,It's just a naming convention for junks of .pro files that are supposed
to be included using 'include(...)' in 'real' .pro files, 'real' meaning
'having a TARGET=... line'.
The .pri file contains the list of source files, header files, .ui files, and .qrc files in the project. Developers on platforms other than Windows can add or remove files to the project by editing the .pri file.
快速回复
限100 字节
 
上一个 下一个