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. LibQt5Quick.a missing from Qt 5.2.0 binary OS X / Clang x64 distribution ?

LibQt5Quick.a missing from Qt 5.2.0 binary OS X / Clang x64 distribution ?

Scheduled Pinned Locked Moved General and Desktop
4 Posts 4 Posters 2.1k 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.
  • C Offline
    C Offline
    ConcreteRebar
    wrote on last edited by
    #1

    Trying to build an example project on OS X 10.9.1, I get:

    bq. :-1: error: No rule to make target /Users/rebar/Qt/5.2.0/clang_64/lib/libQt5Quick.a', needed by textureinthread.app/Contents/MacOS/textureinthread'. Stop.

    Indeed, libQt5Quick doesn't seem to be present in clang_64. I just installed using the web installer. I've double-checked with the maintenance tool, and tried using its package manager to remove and redownload 5.2.0. Is Quick 2 not supported on OS X, is the compiled library not included, is this a bug of some sort, or did I miss something?

    Did a search, couldn't find anything. Apologies if this is covered elsewhere.

    1 Reply Last reply
    0
    • S Offline
      S Offline
      seg_fault
      wrote on last edited by
      #2

      Did you solve this?

      I'm having the same problem.

      1 Reply Last reply
      0
      • S Offline
        S Offline
        sandy.martel
        wrote on last edited by
        #3

        Most likely a configuration problem in your project, all downloads only provide Qt dynamic libraries (as frameworks on Mac). You want to link against QtQuick.framework not libQt5Quick.a.

        1 Reply Last reply
        0
        • I Offline
          I Offline
          inDigiNeous
          wrote on last edited by
          #4

          Yeah I'm getting the same problem. The previous RC version worked fine.
          Now I can't compile any of the examples.

          I see that by default the QT Creator tries to build the iOS examples, is this how it should be ?
          When I load the maroon example from the Creator, it loads this project:

          /Users/sakari/Qt/5.2.0/ios/examples/quick/demos/maroon

          But when I try to for example to run the 'maroon' example, I get this:

          11:39:07: Running steps for project maroon...
          11:39:07: Configuration unchanged, skipping qmake step.
          11:39:07: Starting: "/usr/bin/make"
          make: *** No rule to make target /Users/sakari/Qt/5.2.0/clang_64/lib/libQt5Quick_debug.a', needed by maroon.app/Contents/MacOS/maroon'. Stop.
          11:39:07: The process "/usr/bin/make" exited with code 2.
          Error while building/deploying project maroon (kit: Desktop Qt 5.2.0 clang 64bit)
          When executing step 'Make'
          11:39:07: Elapsed time: 00:00.

          I can see that the actual library exists in

          /Users/sakari/Qt/5.2.0/ios/lib/libQt5Quick_debug.a

          But for some reason QT Creator tries to link to the clang_64 version .. is there some environment variable or setting that I have to change ? I just removed my old QT5.2.0RC1 installation manually beforing installing the release version.

          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