Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. Build Qt source
Qt 6.11 is out! See what's new in the release blog

Build Qt source

Scheduled Pinned Locked Moved Solved General and Desktop
3 Posts 2 Posters 627 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.
  • ODБOïO Offline
    ODБOïO Offline
    ODБOï
    wrote on last edited by
    #1

    Im trying to build Qt 5.11 using this doc -http://doc.qt.io/qt-5/windows-requirements.html

    "At compile time, the include and lib folders of the ICU installation must be appended to the INCLUDE and LIB environment variables."

    How to do this ? do i have to just modify qt.pro

    1 Reply Last reply
    0
    • sierdzioS Offline
      sierdzioS Offline
      sierdzio
      Moderators
      wrote on last edited by
      #2

      Try this (in your terminal):

      set INCLUDE=%INCLUDE%;some\path\to\icu\include
      set LIB=%LIB%;some\path\to\icu\lib
      

      (Z(:^

      ODБOïO 1 Reply Last reply
      3
      • sierdzioS sierdzio

        Try this (in your terminal):

        set INCLUDE=%INCLUDE%;some\path\to\icu\include
        set LIB=%LIB%;some\path\to\icu\lib
        
        ODБOïO Offline
        ODБOïO Offline
        ODБOï
        wrote on last edited by
        #3

        Thank you @sierdzio

        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