Qt Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Unsolved

    How does Qt build and use ICU?

    Installation and Deployment
    3
    4
    1101
    Loading More Posts
    • 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.
    • V
      Violet Giraffe last edited by

      I want to build ICU into one of my Qt projects. I've got a problem building ICU data module (icudt library). To make things easier, I wanted to see how Qt builds ICU for its own internal use, and hopefully steal the .pro file. However, I can't find neither sources nor even headers for ICU in the Qt src folder. How does Qt even use ICU?

      1 Reply Last reply Reply Quote 0
      • SGaist
        SGaist Lifetime Qt Champion last edited by

        Hi,

        ICU is an external dependency.

        There's a couple of classes some internals that uses ICU, QLocale and QTimeZone for example

        Interested in AI ? www.idiap.ch
        Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

        1 Reply Last reply Reply Quote 0
        • JKSH
          JKSH Moderators last edited by

          [quote author="SGaist" date="1418248828"]There's a couple of classes some internals that uses ICU, QLocale and QTimeZone for example[/quote]And Qt WebKit :)

          Qt Doc Search for browsers: forum.qt.io/topic/35616/web-browser-extension-for-improved-doc-searches

          1 Reply Last reply Reply Quote 0
          • SGaist
            SGaist Lifetime Qt Champion last edited by

            [quote author="JKSH" date="1418255540"][quote author="SGaist" date="1418248828"]There's a couple of classes some internals that uses ICU, QLocale and QTimeZone for example[/quote]And Qt WebKit :)

            [/quote]

            Indeed, I forgot that "little" module :)

            Interested in AI ? www.idiap.ch
            Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

            1 Reply Last reply Reply Quote 0
            • First post
              Last post