From 48477102c9791ba35b61e5fc76b2e615df9bbd44 Mon Sep 17 00:00:00 2001 From: Jussi Pakkanen Date: Mon, 9 Mar 2015 19:39:12 +0200 Subject: Now can compile all Qt5 tests with module. --- modules/gnome.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'modules/gnome.py') diff --git a/modules/gnome.py b/modules/gnome.py index 966fd73..c160f58 100644 --- a/modules/gnome.py +++ b/modules/gnome.py @@ -21,9 +21,7 @@ import subprocess from coredata import MesonException class GnomeModule: - def get_rules(self, ): - return [] - + def compile_resources(self, state, args, kwargs): cmd = ['glib-compile-resources', '@INPUT@', '--generate'] if 'source_dir' in kwargs: -- cgit v1.1