5a90e793dd
Basic configuration of qlite, xmpp-vala, the Dino library and the Dino application are supported. There's no support for the plugins. This e.g. enables using the Vala language server.
7 lines
72 B
Vala
7 lines
72 B
Vala
// Not used in Meson.
|
|
namespace Dino {
|
|
|
|
extern const string VERSION;
|
|
|
|
}
|