Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Qt qmake変数の場合、異なる表記が表示されることがあります。
例
$$PWD $${PWD}
私にとっては同じように機能するようですが、違いは何ですか?
ドキュメントによると、2 つの表記法はほぼ同等です。唯一の違いは、the second notation allows you to append the contents of the variable to another value without separating the two with a space.
the second notation allows you to append the contents of the variable to another value without separating the two with a space