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. QtCreator with CMake attempting to use old remote install paths.
Forum Updated to NodeBB v4.3 + New Features

QtCreator with CMake attempting to use old remote install paths.

Scheduled Pinned Locked Moved Solved Qt Creator and other tools
2 Posts 1 Posters 224 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.
  • F Offline
    F Offline
    Fahad-Cattchi
    wrote on last edited by
    #1

    I'm trying to build and install to my Raspberry Pi 4. It mostly works, but when deploying, QtCreator is attempting to install to all previously defined install directories. This leads to 2 problems: I'm installing my exe multiple times, and some of those directories are invalid which causes errors.

    I have a CMake toolchain file with this line:
    set(CMAKE_INSTALL_PREFIX "/home/pi/install")
    And every time I change that line QtCreator makes a new remote directory path as seen here:

    Screenshot from 2021-12-01 12-21-11.png

    How can I get rid of these old paths?

    1 Reply Last reply
    0
    • F Offline
      F Offline
      Fahad-Cattchi
      wrote on last edited by
      #2

      Restarting my computer removed the old paths. Not sure if that's the best solution, but it's a solution.

      Screenshot from 2021-12-01 16-59-22.png

      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