Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Installation and Deployment
  4. How does Qt build and use ICU?
QtWS25 Last Chance

How does Qt build and use ICU?

Scheduled Pinned Locked Moved Installation and Deployment
4 Posts 3 Posters 1.3k Views
  • 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 Offline
    V Offline
    Violet Giraffe
    wrote on last edited by
    #1

    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
    0
    • SGaistS Offline
      SGaistS Offline
      SGaist
      Lifetime Qt Champion
      wrote on last edited by
      #2

      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
      0
      • JKSHJ Offline
        JKSHJ Offline
        JKSH
        Moderators
        wrote on last edited by
        #3

        [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
        0
        • SGaistS Offline
          SGaistS Offline
          SGaist
          Lifetime Qt Champion
          wrote on last edited by
          #4

          [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
          0

          • Login

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