902 considered |
902 considered |
903 @type list of str |
903 @type list of str |
904 @return flag indicating success |
904 @return flag indicating success |
905 @rtype bool |
905 @rtype bool |
906 """ |
906 """ |
907 path, ext = os.path.splitext(self.project.pfile) |
907 path, _ext = os.path.splitext(self.project.pfile) |
908 pfile = "{0}_e4x.pro".format(path) |
908 pfile = "{0}_e4x.pro".format(path) |
909 |
909 |
910 # only consider files satisfying the filter criteria |
910 # only consider files satisfying the filter criteria |
911 _sources = [ |
911 _sources = [ |
912 s |
912 s |