1
0
mirror of https://gitee.com/drabel/LibQQt.git synced 2025-01-04 10:18:44 +08:00
LibQQt/usage.md

25 lines
1.2 KiB
Markdown
Raw Normal View History

2017-12-09 13:28:44 +08:00
# 入门用法
2017-12-08 20:41:03 +08:00
2017-12-23 19:22:38 +08:00
![设置Qt Creator默认编译路径](screenshot/1.png "这是Qt Creator的设置")
Qt Creator
Default build directory:
/xxx/xxx/xxx/xxx/c0-buildstation 这是个你电脑上的绝对路径,根据自己情况设置
/%{CurrentProject:Name}/%{Qt:Version}/%{CurrentKit:FileSystemName}/%{CurrentBuild:Name} 这里是个通配
![设置Qt Creator构建套件](screenshot/2.png "这是Qt Creator的设置设置File System Name")
![设置当前工程的环境变量](screenshot/3.png "这是工程的环境变量设置,注意那几点")
![链接QQt](screenshot/4.png "这是链接QQt的方法pri都在LibQQt目录里")
![QQt内部pri的一点点设置](screenshot/5.png "这是LibQQt需要设置的几个路径编译路径Sdk路径发布路径")
QQT_BUILD_ROOT = /Users/abel/Develop/c0-buildstation
QQT_SDK_ROOT = /Users/abel/Develop/d1-product
APP_DEPLOY_ROOT = /Users/abel/Develop/d1-product
2017-12-08 20:42:28 +08:00
![设置成功显示](screenshot/6.png)
如果设置成功qmake应当显示如上例程的样子
#V2.1.6更新链接QQt的方法
![链接QQt](screenshot/7.png "这是链接QQt的方法pri都在LibQQt目录里")
2017-12-23 19:22:38 +08:00
2018-01-10 15:48:50 +08:00
[返回](.)