Skip to content
Extraits de code Groupes Projets
Valider 50c4f4df rédigé par Kubat's avatar Kubat
Parcourir les fichiers

MISC: Set the Qt module the default one

parent f43c7db6
Aucune branche associée trouvée
Aucune étiquette associée trouvée
1 requête de fusion!186Add the Qt window module as an alternative to the SDL2 module
Pipeline #2827 réussi
...@@ -69,7 +69,7 @@ section("player") ...@@ -69,7 +69,7 @@ section("player")
comment("The player module, so that people can 'sing' when using lektor.") comment("The player module, so that people can 'sing' when using lektor.")
comment("By default it's sdl, but one can create any module, for audio support") comment("By default it's sdl, but one can create any module, for audio support")
comment("only for example.") comment("only for example.")
value("module", "sdl2") value("module", "qt")
value("autoclear", "true") value("autoclear", "true")
value("def_random", "false") value("def_random", "false")
value("def_consume", "false") value("def_consume", "false")
......
...@@ -40,7 +40,7 @@ main(int argc, char *argv[]) ...@@ -40,7 +40,7 @@ main(int argc, char *argv[])
#if defined(LKT_STATIC_MODULE) #if defined(LKT_STATIC_MODULE)
REG_REGISTER("repo", repo_reg) REG_REGISTER("repo", repo_reg)
REG_REGISTER("sdl2", sdl2_reg) REG_REGISTER("sdl2", sdl2_reg)
REG_REGISTER("qt_window", qt_window_reg) REG_REGISTER("qt", qt_window_reg)
#endif #endif
REG_END() REG_END()
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Veuillez vous inscrire ou vous pour commenter