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. Building Qt 5.6 on windows from git -- missing modules

Building Qt 5.6 on windows from git -- missing modules

Scheduled Pinned Locked Moved Solved General and Desktop
gitwindowsbuild
3 Posts 1 Posters 1.4k 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.
  • O Offline
    O Offline
    Ollie
    wrote on 10 Jun 2016, 00:10 last edited by
    #1

    Hello,

    I've been trying to build QT from the git repo and it does not build the sub modules.

    I've followed the instructions on https://wiki.qt.io/Building_Qt_5_from_Git
    and it's not working for me.

    When trying to build a specific modules with nmake module-qtdeclarative I get
    NMAKE : fatal error U1073: don't know how to make 'module-qtdeclarative'

    I'm doing a shadow build.

    these are my QTVars

    @REM Set up \Microsoft Visual Studio 2015, where <arch> is \c amd64, \c x86, etc.
    @REM CALL "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\vcvarsall.bat" x86_amd64 10.0.10240.0
    @CALL "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\vcvarsall.bat" amd64
    SET _ROOT=D:\qt5
    SET PATH=%_ROOT%\qtbase\lib;%_ROOT%\qtbase\bin;%_ROOT%\gnuwin32\bin;%PATH%
    REM Uncomment the below line when using a git checkout of the source repository
    SET PATH=%_ROOT%\qtrepotools\bin;%PATH%
    SET QMAKESPEC=win32-msvc2015
    REM SET _ROOT=

    Is there anything I'm missing?

    By the way it builds OK when I download the source as a zip file.

    Cheers
    Ollie.

    1 Reply Last reply
    0
    • O Offline
      O Offline
      Ollie
      wrote on 10 Jun 2016, 02:50 last edited by
      #2

      I just did a build using the zip archive for 5.6.1 and most of the modules are missing.

      1 Reply Last reply
      0
      • O Offline
        O Offline
        Ollie
        wrote on 10 Jun 2016, 04:53 last edited by
        #3

        My bad.

        I was running config from qtcore and nor the project root!

        1 Reply Last reply
        1

        1/3

        10 Jun 2016, 00:10

        • Login

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