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?
Forum Updated to NodeBB v4.3 + New Features

How does Qt build and use ICU?

Scheduled Pinned Locked Moved Installation and Deployment
4 Posts 3 Posters 1.3k 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.
  • V Offline
    V Offline
    Violet Giraffe
    wrote on 10 Dec 2014, 10:30 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
    • S Offline
      S Offline
      SGaist
      Lifetime Qt Champion
      wrote on 10 Dec 2014, 22:00 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
      • J Offline
        J Offline
        JKSH
        Moderators
        wrote on 10 Dec 2014, 23:52 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
        • S Offline
          S Offline
          SGaist
          Lifetime Qt Champion
          wrote on 11 Dec 2014, 00:25 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

          1/4

          10 Dec 2014, 10:30

          • Login

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