-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
QTCreator 🕷️Bugs / 🙏Wishlist #5897
Comments
I'm marking reload addons from addons.make as done since that's already working. You just need to comment out the whole addons section in the qbs file and it'll parse the addons from addons.make. That kind of dependency won't automatically reload the project though so you'll need to manually select parse qbs from the build menu in order to reload the addons which is not very convenient but there's no way around it right now since this is a limitation in how qbs works |
Why add qbs to .gitignore? Maybe this task is not what I think it is? I find it useful to track the qbs file with git. Mine looks like this:
So I can easily access the todo.md file, edit the shaders, texts, and by using |
Hi @hamoid -- obviously there's nothing fundamentally wrong with tracking qbs files with git -- my proposal is just that we to treat them like we treat all other project files and make inclusion very intentional. For many examples / projects the quickest thing to go out of date and cause support nightmares is the project files. Many of us have stopped including them in addon examples for instance because they end up being a support nightmare. By adding them to the project template .gitignore, we help encourage the use of up-to-date importers and the Project Generator. Of course, just like xcode / VS, project files, there is nothing to prevent you from |
@arturoc Also, I realize a few of these things are probably just QTCreator limitations and things that require the user to configure in their settings -- but that's why they are on the wishlist! I started using QTCreator in my courses this semester, primarily on macOS, and it has been great overall. This is just a collection of the feedback I'm generating from my student experiences. |
Hi, I'm willing to address some changes here. But first, what's the current state of QtCreator support ? I have some points to add :
MacOS:
|
Here is a collection of QTCreator Bugs to start tracking.
Wizards / Templates
New Project Wizard
Import Wizard
Platform-Specific
macOS
ADDON_FRAMEWORKS
in addon_config.make file is not added correctly (e.g. ofTheo/ofxKinectV2 doesn't add the OpenCL framework).General
*.qbs
file.addons.make
with mis-spelled addon names. For example, whenofxCV
is used instead ofofxCv
, files are duplicated sometimes and not included other times. Project generator is case sensitive and won't find addons that are mis-spelled on macOS.The text was updated successfully, but these errors were encountered: