Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. International
  3. Japanese
  4. [SOLVED] Qt のバージョン確認について
Forum Updated to NodeBB v4.3 + New Features

[SOLVED] Qt のバージョン確認について

Scheduled Pinned Locked Moved Japanese
6 Posts 3 Posters 23.8k Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • C Offline
    C Offline
    chung.k
    wrote on last edited by
    #1

    Qt5.2 をターゲットボードに組み込みました。
    正常に動作しています。
    コマンドラインからQtのバージョンを確認する方法はありますか?

    以上、よろしくお願いします。

    1 Reply Last reply
    0
    • A Offline
      A Offline
      andreyc
      wrote on last edited by
      #2

      I hope the google translate works :-)

      @
      qmake -query QT_VERSION
      @

      1 Reply Last reply
      0
      • C Offline
        C Offline
        chung.k
        wrote on last edited by
        #3

        Thank you.

        But, there is not "qmake" on the target board.
        The host PC side has it.

        1 Reply Last reply
        0
        • T Offline
          T Offline
          takumiasaki
          wrote on last edited by
          #4

          Qt にはバージョン表示用のコマンドライン引数などは用意されていません。
          アプリケーション側にコードが必要です。

          • コンパイル時のバージョンが知りたい場合、QT_VERSION や QT_VERSION_STR などのマクロを用います。
          • リンクされているライブラリのバージョンを知りたい場合、qVersion() や(QWidgetベースのアプリケーションであれば) QApplicaton::aboutQt() で表示されるダイアログを使用します。
          1 Reply Last reply
          0
          • C Offline
            C Offline
            chung.k
            wrote on last edited by
            #5

            ありがとうございます。

            1 Reply Last reply
            0
            • C Offline
              C Offline
              chung.k
              wrote on last edited by
              #6

              ありがとうございます。

              1 Reply Last reply
              0

              • Login

              • Login or register to search.
              • First post
                Last post
              0
              • Categories
              • Recent
              • Tags
              • Popular
              • Users
              • Groups
              • Search
              • Get Qt Extensions
              • Unsolved