13,005
回編集
(→Qtのビルド) |
|||
1,873行目: | 1,873行目: | ||
#include <cstdint> | #include <cstdint> | ||
</syntaxhighlight> | </syntaxhighlight> | ||
<br> | |||
コンパイル時において、以下に示すようなエラーが出力される場合がある。<br> | |||
error: XKB_KEY_dead_lowline was not declared in this scope; did you mean XKB_KEY_dead_belowring? | |||
<br> | |||
この時、<code>cmake</code>コマンドの実行時において、<code>-DFEATURE_xkbcommon=OFF</code>オプションを付加する。<br> | |||
<br> | <br> | ||