Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Qt Creator and other tools
  4. Howto get rid of qmake old DESTDIR setting?

Howto get rid of qmake old DESTDIR setting?

Scheduled Pinned Locked Moved Unsolved Qt Creator and other tools
4 Posts 2 Posters 396 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.
  • T Offline
    T Offline
    ThisIsEusch
    wrote on last edited by
    #1

    I'm building a win32 application using qtcreate and qmake. I'm using a toplevel project to build subprojects. In one of the included .pri files I use to have DESTDIR set to libs_non_debug. I have changed this .pri file but the makefiles generated still use this DESTDIR. I have searched my entire system (including) registry for the text libs_non_debug but cannot find it. How do I get rid of this?

    K 1 Reply Last reply
    0
    • T ThisIsEusch

      I'm building a win32 application using qtcreate and qmake. I'm using a toplevel project to build subprojects. In one of the included .pri files I use to have DESTDIR set to libs_non_debug. I have changed this .pri file but the makefiles generated still use this DESTDIR. I have searched my entire system (including) registry for the text libs_non_debug but cannot find it. How do I get rid of this?

      K Offline
      K Offline
      koahnig
      wrote on last edited by
      #2

      @ThisIsEusch

      HI and welcome to devnet forum

      Did "Run qmake" under "build" or otherwise?
      That should cure your problem.

      Vote the answer(s) that helped you to solve your issue(s)

      1 Reply Last reply
      0
      • T Offline
        T Offline
        ThisIsEusch
        wrote on last edited by
        #3

        I did run "run qmake" several times. What I don't understand where does the value libs_non_debug keep coming from. This is the old directory I cannot get rid off.

        K 1 Reply Last reply
        0
        • T ThisIsEusch

          I did run "run qmake" several times. What I don't understand where does the value libs_non_debug keep coming from. This is the old directory I cannot get rid off.

          K Offline
          K Offline
          koahnig
          wrote on last edited by
          #4

          @ThisIsEusch

          Do you use a file ".qmake.conf" or ".qmake.cache" in the project folder or above?
          Check them for this entry. ".qmake.conf" is often used for general settings as tobe used in different projects beyond the file location. qmake is actively searching for the file.

          Vote the answer(s) that helped you to solve your issue(s)

          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