{a}
读取变量a的字符串
message($${a})
(PATH)
读取环境变量PATH
message($$(PATH))
[c]
好像是读取Qt 自身的变量值
如 QT_INSTALL_DIR、 QT_INSTALL_QML
message($$[QT_INSTALL_QML])
读取变量a的字符串
message($${a})
读取环境变量PATH
message($$(PATH))
好像是读取Qt 自身的变量值
如 QT_INSTALL_DIR、 QT_INSTALL_QML
message($$[QT_INSTALL_QML])