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

更新windows上libqqt初始设置的提示

This commit is contained in:
tianduanrui 2017-12-28 21:09:58 +08:00
parent daf6e71593
commit 6142b21b74
2 changed files with 2 additions and 1 deletions

0
embedded.md Normal file
View File

View File

@ -111,7 +111,8 @@ isEmpty(QQT_BUILD_ROOT)|isEmpty(QQT_SDK_ROOT) {
message($${CONFIG_FILE})
message("QQT_BUILD_ROOT = /user/set/path is required, please modify qmake/app_configure.pri")
message("QQT_SDK_ROOT = /user/set/path is required")
error( please check $$CONFIG_FILE under qqt_library.pri)
message("linux platform this pri is under qqt_library.pri")
error(" please check $$CONFIG_FILE")
}
message(QQt build root: $$QQT_BUILD_ROOT)
message(QQt sdk root: $$QQT_SDK_ROOT)