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 VS Addin] How to force addin to refresh Custom Build Tool settings
Forum Updated to NodeBB v4.3 + New Features

[Qt VS Addin] How to force addin to refresh Custom Build Tool settings

Scheduled Pinned Locked Moved Qt Creator and other tools
1 Posts 1 Posters 683 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.
  • R Offline
    R Offline
    rehansen
    wrote on last edited by
    #1

    Hey,

    I am using the Qt VS addin. When adding a *.ui file to the project the addin modifies the files properties. These can be watched when right-click on that file in the solution explorer. The addin adds the command e.g. like

    "$(QTDIR)\bin\uic.exe" -o ".\GeneratedFiles\myFile.h" ".\Forms\myFile.ui" ...

    which is fine. But I had to reorder some files in my project and afterwards many files compilation failed but some succeeded. So I took a file which failed to compile, removed it from the project and added it again. Afterwards it compiled fine. I compared the command line before and afterwards and they differed. The "new" command line looks generic.

    So my question is: is there any way to force the plugin to update the command line of all files in my project? The trick with removing and adding work for all files but doing this by hand is ....weird ;)

    Greets

    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