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. Project builds fine with public binaries, fails with my own build of Qt. (5.2.1)
QtWS25 Last Chance

Project builds fine with public binaries, fails with my own build of Qt. (5.2.1)

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

    I'm trying to track down a crash in the EventLoop thread that occurs on termination, so I'm trying to build a debug version of Qt with source etc that I can debug and then fix (if necessary).

    I can build fine with the over the web installed version of Qt (this is on OSX) - but I get the following error when I build against the version of Qt that I built from the Src directory that came with 5.2.1

    Project ERROR: Unknown module(s) in QT: declarative quick qml multimedia

    Is there some other configure arguments I need to pass to get these modules included? Or an I not installing correctly? (sudo make install).

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

      If you are using QtQuick 2, you do not need to include "declarative" module.

      To build Qt correctly, you need to download the tarball from Downloads page. You can't use the sources bundled with the prebuild installer, because they are not complete.

      (Z(:^

      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