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. -nomake examples doesn't work (solved)
Forum Updated to NodeBB v4.3 + New Features

-nomake examples doesn't work (solved)

Scheduled Pinned Locked Moved Installation and Deployment
1 Posts 1 Posters 700 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.
  • S Offline
    S Offline
    sryze
    wrote on last edited by
    #1

    Hi, I'm trying to build a static version of Qt 5.3.1 from Git on Windows with MSVC 2013.

    I was getting an error about qsqlite.lib being missing, so I searched on the forums and found that I have to disable compilation of examples by passing "-nomake examples" to configure.bat.

    But this doesn't seem to work because configure says that I'm still building examples:

    @Configuration:
    pcre
    release
    compile_examples <-- see?@

    and I'm getting the same link error.

    Here's my command line:

    @configure -prefix C:\Qt\5.3\msvc2013_64_static -static -release -opensource -platform win32-msvc2013 -nomake tests -nomake examples@

    Am I missing something?

    Edit:

    OK, I fixed it! Cleaning everything again with git submodule foreach --recursive "git clean -dfx" did the trick.

    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