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. Mac: building plugandpaint. QT_BUILD_TREE issue
Forum Updated to NodeBB v4.3 + New Features

Mac: building plugandpaint. QT_BUILD_TREE issue

Scheduled Pinned Locked Moved General and Desktop
2 Posts 1 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.
  • B Offline
    B Offline
    babazaroni
    wrote on last edited by
    #1

    Hello,

    I'm trying to get Creator to build from the .pro file in 4.7/tools/plugandpaint.

    It's pretty clear that QT_BUILD_TREE is not being set. I can edit the .pro file, but I really want to solve the root problem and find out what the best practices way of getting QT_BUILD_TREE set.

    The lib statement in the .pro file:

    LIBS           = -L$${QT_BUILD_TREE}/examples/tools/plugandpaint/plugins -lpnp_basictools
    

    And the resulting error message.
    ld: warning: directory '/examples/tools/plugandpaint/plugins' following -L not found
    ld: library not found for -lpnp_basictools_debug

    1 Reply Last reply
    0
    • B Offline
      B Offline
      babazaroni
      wrote on last edited by
      #2

      I don't believe setting QT_BUILD_TREE correctly would resolve this as libpnp_basicictools_debug is not in any path with 'examples' in it.

      I've downloaded the binary version and qtdemo now runs properly.

      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