You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Without qmake-project-file:
Cannot read /root/parts/test/src: file to open is a directory
With qmake-project-file:
Cannot find file: /root/parts/test/src/project.pro
The text was updated successfully, but these errors were encountered:
Bug Description
Looks like the "source-subdir" is being ignored for the qmake plugin (snapcraft 8.5.1) here.
It looks for the project file in the src dir, not the subdir.
Setting the "qmake-project-file" to the file doesn't work either, only including the subdir path sources/project.pro works.
Is this a bug or am I doing something wrong?
Thanks!
To Reproduce
Try to build a minimal project.
part yaml
Relevant log output
Without qmake-project-file: Cannot read /root/parts/test/src: file to open is a directory With qmake-project-file: Cannot find file: /root/parts/test/src/project.pro
The text was updated successfully, but these errors were encountered: