solarus: synchronize Qt version with solarus-quest-editor

This commit is contained in:
Thomas Tuegel 2020-09-07 08:21:25 -05:00
parent 3cbcc14eef
commit eb174d1f4b

View File

@ -25099,8 +25099,8 @@ in
lua = lua5_1; lua = lua5_1;
}; };
solarus = libsForQt5.callPackage ../games/solarus { }; # solarus and solarus-quest-editor must use the same version of Qt.
solarus = libsForQt514.callPackage ../games/solarus { };
solarus-quest-editor = libsForQt514.callPackage ../development/tools/solarus-quest-editor { }; solarus-quest-editor = libsForQt514.callPackage ../development/tools/solarus-quest-editor { };
# You still can override by passing more arguments. # You still can override by passing more arguments.