Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
Qt5.2 をターゲットボードに組み込みました。 正常に動作しています。 コマンドラインからQtのバージョンを確認する方法はありますか?
以上、よろしくお願いします。
I hope the google translate works :-)
@ qmake -query QT_VERSION @
Thank you.
But, there is not "qmake" on the target board. The host PC side has it.
Qt にはバージョン表示用のコマンドライン引数などは用意されていません。 アプリケーション側にコードが必要です。
ありがとうございます。