How do I set up the Qt Creator IDE on Linux?
-
I just installed the IDE and
Problem is: Build button/menu is greyed out and can't be clicked when creating a new file and when creating a new project is becomes clickable but run still greyed out
I am on Arch (EndeavourOS)
Thank you so much, help please I am really stuck
-
I just installed the IDE and
Problem is: Build button/menu is greyed out and can't be clicked when creating a new file and when creating a new project is becomes clickable but run still greyed out
I am on Arch (EndeavourOS)
Thank you so much, help please I am really stuck
@sherdean
I think you have not set up your Build Kit?At last you certainly won't be able to build if you just a file. You need to have a Project. Run would only make sense after you have built your project, and it has produced an executable successfully. Also depends on project kind, e.g. a library would not be runnable.
-
I just installed the IDE and
Problem is: Build button/menu is greyed out and can't be clicked when creating a new file and when creating a new project is becomes clickable but run still greyed out
I am on Arch (EndeavourOS)
Thank you so much, help please I am really stuck
-
@sherdean
I think you have not set up your Build Kit?At last you certainly won't be able to build if you just a file. You need to have a Project. Run would only make sense after you have built your project, and it has produced an executable successfully. Also depends on project kind, e.g. a library would not be runnable.
-
Hi,
You should check the documentation / package manager of your Linux distribution.
If you are completely new to this, you should start by learning the basics of C++ before going further.
Or depending on your goals, go with Python and PySide6.