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. Qt Creator's run settings
Qt 6.11 is out! See what's new in the release blog

Qt Creator's run settings

Scheduled Pinned Locked Moved Qt Creator and other tools
3 Posts 2 Posters 3.0k 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.
  • P Offline
    P Offline
    p-himik
    wrote on last edited by
    #1

    When you open a project, select Projects on the left sidebar and select Run settings you can see Run Environment details.
    The question is - where are these settings stored? I've searched over windows' registry and projects' .user files but there is nothing related to it. And when i select "Clean environment" the PATH variable still contains paths to my projects' dependencies.

    1 Reply Last reply
    0
    • P Offline
      P Offline
      p-himik
      wrote on last edited by
      #2

      Did some investigations of Qt Creator's sources. It takes clean Run Environment from project's .pro files by searching for "-L/some/folder" records. I didn't find any reference to it in Qt Creator's manual.

      1 Reply Last reply
      0
      • T Offline
        T Offline
        tobias.hunger
        wrote on last edited by
        #3

        The environment is not stored: It is generated by making sure all required stuff is there.

        You can extend/change/override this with your own settings which are saved as a delta to the "normal" environment in the .user file. Whether the environment is the system or the clean one is stored in the same place.

        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