-
-
Notifications
You must be signed in to change notification settings - Fork 3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix: build with QTSERIALPORT=false
#56953
Conversation
closes: qgis#56944 Signed-off-by: t0b3 <[email protected]>
Signed-off-by: t0b3 <[email protected]>
@@ -91,21 +91,24 @@ done: | |||
|
|||
%End | |||
|
|||
%Feature HAVE_GUI | |||
%Feature HAVE_QTSERIALPORT |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do we need all the other features?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@m-kuhn hmm, that's a good question - It was already there... just tell me if you feel some of them should be removed in this PR as well 👍
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oh I see, you moved them up
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@m-kuhn sure they were ... just a few lines lower ... and they need to be introduced before %If (<your_feature>)
that's why I suggest to shift them all together
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Lgtm
@@ -91,21 +91,24 @@ done: | |||
|
|||
%End | |||
|
|||
%Feature HAVE_GUI | |||
%Feature HAVE_QTSERIALPORT |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oh I see, you moved them up
Description
QTSERIALPORT=false
github.actor != 'qgis'
so GH actions in forked repos won't fail for this reasonBackport
#Fixes #56944