-
Notifications
You must be signed in to change notification settings - Fork 11
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
Qt6 macros #22
Qt6 macros #22
Conversation
If you're providing the |
@JoshStrobl ....... I need a slap function on github |
while read _line; do | ||
ln -s $_line | ||
done < %workdir%/solusBuildDir/user_facing_tool_links.txt |
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.
Could you explain the purpose of this / provide a real world example?
With Qt6 only certain tools needs to be user facing which are getting mentioned inside this file, so instead of manually symlink them we just call the file for these. file content
|
Note that I merged the qml6_cache macro separately as the need for that is quite obvious. I'm unsure what the first macro is used for, so I'll leave that as-is for now. |
@Girtablulu I don't suppose you could provide some insight here (assuming you can find the time)? |
@Girtablulu ping? Can you give some context for this? You can also just close it if you don't feel it's relevant any more. Thanks. |
If this was to be merged, it would have been merged already, given we have been on Qt6 for a while now. |
For the new QT6 packages, some have special user facing tools text which tells us which bin should a user be able to use.
I merged the normal ninja_install path into the function