How using meson
-
wrote on 18 Jun 2024, 13:02 last edited by
Hi!
How using meson? I find mesonProjectManager in QtCreator, but I can't instal this. What me need do? -
wrote on 18 Jun 2024, 17:33 last edited by
https://doc.qt.io/qtcreator/creator-project-meson.html
Let me know if this works. I may soon start to use meson build as well.
-
https://doc.qt.io/qtcreator/creator-project-meson.html
Let me know if this works. I may soon start to use meson build as well.
-
-
wrote on 19 Jun 2024, 08:20 last edited by
You need to enable the
MesonProjectManager
inAbout Plugins...
menu entry. -
You need to enable the
MesonProjectManager
inAbout Plugins...
menu entry.wrote on 19 Jun 2024, 09:41 last edited by@cristian-adam I can't install this plugin. How possible install this plugin?
-
wrote on 19 Jun 2024, 10:00 last edited by
Just download an official Qt Creator release from https://download.qt.io/official_releases/qtcreator/13.0/. Otherwise you have to talk to the people that packaged the Qt Creator version that you are using.
-
@cristian-adam I can't install this plugin. How possible install this plugin?
wrote on 19 Jun 2024, 10:46 last edited by JoeCFDThis post is deleted! -
@cristian-adam I can't install this plugin. How possible install this plugin?
wrote on 19 Jun 2024, 10:50 last edited by JoeCFDThis post is deleted! -
Just download an official Qt Creator release from https://download.qt.io/official_releases/qtcreator/13.0/. Otherwise you have to talk to the people that packaged the Qt Creator version that you are using.
wrote on 19 Jun 2024, 14:54 last edited by@cristian-adam I try install in QtCreater 15 and it's don't work. How possible install this plugin?
-
@cristian-adam I try install in QtCreater 15 and it's don't work. How possible install this plugin?
wrote on 19 Jun 2024, 15:16 last edited by@Mihaill said in How using meson:
I try install in QtCreater 15 and it's don't work
There is no QtCreator 15 :)
What does "it doesn't work" mean? Nothing happens? You get an error?!
What system are you using? -
@Mihaill said in How using meson:
I try install in QtCreater 15 and it's don't work
There is no QtCreator 15 :)
What does "it doesn't work" mean? Nothing happens? You get an error?!
What system are you using? -
@Pl45m4 Sorry, 13 version. For instal this plugin need same file. And I don't know what file needed. Do you know how install this plugin?
@Mihaill said in How using meson:
For instal this plugin need same file
The plug-in should be already there, you just need to activate it like suggested above.
-
@Mihaill said in How using meson:
For instal this plugin need same file
The plug-in should be already there, you just need to activate it like suggested above.
-
wrote on 20 Jun 2024, 11:33 last edited byThis post is deleted!
-
@Mihaill said in How using meson:
What a file need for this?
I don't understand this question.
What file?
Did you check in "About Plugins..." whether Meson Project Manager is there? -
wrote on 20 Jun 2024, 12:46 last edited by Pl45m4
@Mihaill said in How using meson:
But plagin befor installin try get file. What a file need for this?
Don't click "Install Plugin".
If you have it already, you just need to activate it.
Find it in your list and see the checkBox next to "Meson.... Manager...Plugin". When you have a tick mark there, it's already loaded, otherwise check it by clicking the box.
QtCreator then says it need to restart. After that the Meson Plugin is loaded into QtCretaor. -
wrote on 20 Jun 2024, 14:04 last edited by
@Mihaill
On your QtCreator 13.0
step1: click About
step2: click About Plugins
step3: check MesonProjectManager and select this row(number 7)
step4: press Install Plugin
step5: in the Install plugin dialog click browse button to load libGenericProjectManager.so
this file is located at path/QtCreator/lib/qtcreator/plugins/libGenericProjectManager.soThen restart your qt creator and it will be added.
-
@Mihaill
On your QtCreator 13.0
step1: click About
step2: click About Plugins
step3: check MesonProjectManager and select this row(number 7)
step4: press Install Plugin
step5: in the Install plugin dialog click browse button to load libGenericProjectManager.so
this file is located at path/QtCreator/lib/qtcreator/plugins/libGenericProjectManager.soThen restart your qt creator and it will be added.
wrote on 25 Jun 2024, 12:55 last edited byThis post is deleted! -
wrote on 25 Jun 2024, 12:58 last edited by
I press OK, not INSTALL and it's installed
-
-
wrote on 25 Jun 2024, 13:16 last edited by Pl45m4
@Mihaill said in How using meson:
I press OK, not INSTALL and it's installed
Yes that's what I said. If it appears in the list with the checkbox, you can activate the plugin and it should work.
"Install" is to install other plugins from file on your computer.@Pl45m4 said in How using meson:
Don't click "Install Plugin".
If you have it already, you just need to activate it.
Find it in your list and see the checkBox next to "Meson.... Manager...Plugin". When you have a tick mark there, it's already loaded, otherwise check it by clicking the box.
1/20