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. [Solved] Qt 5.3.1 build fails in 'qtquickcontrols\examples' directory on Windows with static release options

[Solved] Qt 5.3.1 build fails in 'qtquickcontrols\examples' directory on Windows with static release options

Scheduled Pinned Locked Moved Installation and Deployment
2 Posts 1 Posters 1.7k 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.
  • redBeardR Offline
    redBeardR Offline
    redBeard
    wrote on last edited by
    #1

    I successfully built Qt 5.3.1 with shared debug options yesterday but when I tried to build another instance of 5.3.1 with static release options on configure the build fails in the 'qtquickcontrols\examples' directory (linking the 'calendar' example).

    The output:

    @
    link /NOLOGO /DYNAMICBASE /NXCOMPAT /INCREMENTAL:NO /SUBSYSTEM:WINDOWS "/MANIFESTDEPENDENCY:type='win32' name='Microsoft.W
    indows.Common-Controls' version='6.0.0.0' publicKeyToken='6595b64144ccf1df' language='' processorArchitecture=''" /MANIFEST /MAN
    IFESTFILE:release\calendar.exe.embed.manifest /OUT:release\calendar.exe @C:\Users\RJL~1.BST\AppData\Local\Temp\nm28D1.tmp
    LINK : fatal error LNK1181: cannot open input file 'qsqlite.lib'
    @

    There is no 'qsqlite.lib' anywhere in the build structure.

    In my shared debug structure the 'qtbase\src\plugins\sqldrivers\Makefile has a 'SUBTARGETS = sub-sqlite' line. But in static release structure the 'SUBTARGETS' line has no 'sub-sqlite' target....

    But the 'configure' output says that 'sqlite (plugin)' will be built. Hmmmm.

    Ideas?

    1 Reply Last reply
    0
    • redBeardR Offline
      redBeardR Offline
      redBeard
      wrote on last edited by
      #2

      Turns out building 'examples' is not supported in 5.3. Had to specify '-nomake examples' on the configure command line. That worked.

      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