How using meson
-
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.
-
C Christian Ehrlicher moved this topic from General and Desktop on
-
You need to enable the
MesonProjectManager
inAbout Plugins...
menu entry. -
You need to enable the
MesonProjectManager
inAbout Plugins...
menu entry.@cristian-adam I can't install this plugin. How possible install this plugin?
-
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?
-
@cristian-adam I can't install this plugin. How possible install this plugin?
-
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 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?
-
@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.
-
@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? -
@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. -
@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.
-
-
@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.