1
0
mirror of https://gitee.com/drabel/LibQQt.git synced 2025-01-04 10:18:44 +08:00
This commit is contained in:
tianduanrui 2018-06-17 19:40:07 +08:00
parent 81afa2c420
commit 97732a61eb
4 changed files with 7 additions and 4 deletions

@ -1 +1 @@
Subproject commit 07af4ab9c6f069eb4e0c578be65e72f4f17c6b42
Subproject commit e98f22dfb171a0221e94b3bc2e152e2012a46d97

View File

@ -21,7 +21,8 @@
#Suggest Qt 5.9.2/4.8.6/4.8.7
#please dont use Qt 5.9.1, it is broken with android and ios.
#please dont modify this pro
#use LibQQt you need change Qt Creator default build directory: your-pc-build-station/%{CurrentProject:Name}/%{CurrentKit:FileSystemName}
#use LibQQt you need change Qt Creator default build directory: your-pc-build-station/%{CurrentProject:Name}/%{CurrentKit:FileSystemName}/%{CurrentBuild:Name}
#Multi-link2.0 wont force user for setting Qt Creator default build directory.
#in Qt kit page, set kit's File System Name. (Creator Ver.>v3.5)
#in project build page, def env QSYS
#in app_configure.pri (auto createed) define QQT_BUILD_ROOT= and QQT_SDK_ROOT= and or APP_DEPLOY_ROOT

View File

@ -5,6 +5,8 @@ Qt Creator
Default build directory:
/xxx/xxx/xxx/xxx/c0-buildstation 这是个你电脑上的绝对路径,根据自己把编译根放在哪里设置
/%{CurrentProject:Name}/%{Qt:Version}/%{CurrentKit:FileSystemName}/%{CurrentBuild:Name} 这里是个通配,直接拷贝上去
这是建议值在Multi-link2.1里面,这个值不再强制。
![设置Qt Creator构建套件](screenshot/2.png "这是Qt Creator的设置设置File System Name")
![设置当前工程的环境变量](screenshot/3.png "这是工程的环境变量设置,注意那几点")
![链接QQt](screenshot/4.png "这是链接QQt的方法pri都在LibQQt目录里")

View File

@ -28,7 +28,7 @@ Qt是跨平台的library解决方案虽然存在某些bug和不足但不
- 设置QKIT环境变量Qt的build配置当中提供设置环境变量的位置
有的读者疑惑这里的设置也好多啊。的确的确好多但是这个多根本不多如果把那些拷贝不同目标系统的librayr的工作全部手动操作那样加起来才算多基本上开发一个平台的工作要复制N个平台份。
有的读者疑惑这里的设置也好多啊。的确的确好多但是这个多根本不多如果把那些拷贝不同目标系统的librayr的工作全部手动操作那样加起来才算多基本上开发一个平台的工作手动复制N个平台份。
我一般只设置Debug里的Release里的一般就不设置了。
%{CurrentKit:FileSystemName} 我表示Qt Creator的这个变量在qmake pro文件中还无法获取。等着吧等着Qt开发组有空了把这个变量加入qmake连QKIT这个环境变量也不用设置了。
@ -47,4 +47,4 @@ MLMA技术会制作一套pri能够自动生成一些lib_*.pri和app_*.pri
#注释
链接方法在v2.1.6就更新了,细节请参照博客。(参照首页链接)
链接方法在v2.1.6就更新了,细节请参照博客。(参照首页链接)