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. --- compilers.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'compilers.py') diff --git a/compilers.py b/compilers.py index d08b61211..9b9c2c8ac 100644 --- a/compilers.py +++ b/compilers.py @@ -21,7 +21,7 @@ from coredata import MesonException about. To support a new compiler, add its information below. Also add corresponding autodetection code in environment.py.""" -header_suffixes = ['h', 'hh', 'hpp', 'hxx', 'H'] +header_suffixes = ['h', 'hh', 'hpp', 'hxx', 'H', 'moc'] cpp_suffixes = ['cc', 'cpp', 'cxx', 'h', 'hh', 'hpp', 'hxx', 'c++'] c_suffixes = ['c'] clike_suffixes = c_suffixes + cpp_suffixes -- cgit v1.2.3