diff --git a/embedded.md b/embedded.md new file mode 100644 index 00000000..e69de29b diff --git a/src/qqt_library.pri b/src/qqt_library.pri index eef4c323..e4cedcc7 100644 --- a/src/qqt_library.pri +++ b/src/qqt_library.pri @@ -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)