Replies: 3 comments
-
|
Can anyone confirm the problem? OutputFolder contentsEverything looks ok |
Beta Was this translation helpful? Give feedback.
-
|
Oh, I think I know what happened to you. OutputFolder contentsSolutionYou can check what untracked files you have: And remove them: |
Beta Was this translation helpful? Give feedback.
-
|
Hi Pawel, I guess QTCreator 5 would be the one to blame here, as I use it as well together with bash. I did git stash before I built but I guess it does not remove all the files. After I run -fX command it is written to correct directory.
Maybe we could add git clean -fX as an option to build script and add this guide to readme, as this confused me completely. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Describe the bug
Usually build has been made in directory where you are located, for some reason now build files are written to project root.
To Reproduce
OR
results in
-- Build files have been written to: /home/astroberry/Projects/indi
[Build target not found ](make: *** No targets specified and no makefile found. Stop.)
Expected behavior
Should build from directory specified not in ~/Projects/indi
Desktop (please complete the following information):
Beta Was this translation helpful? Give feedback.
All reactions