QMake-Project

 view release on metacpan or  search on metacpan

lib/QMake/Project.pm  view on Meta::CPAN

        }
        else {
            # Otherwise, it is a .pro file.
            push @projectfiles, $arg;
        }
    };

    Getopt::Long::Configure( 'permute', 'pass_through' );

    {
        local @ARGV = $self->_split_command_to_words( $command );

        # The first element is the qmake binary itself
        $qmake = shift @ARGV;

        GetOptions(
            # All of these options are directly accepted into @args with no
            # special behavior
            map( { $_ => $sub_accept_option_without_value } qw(
                project
                makefile



( run in 1.469 second using v1.01-cache-2.11-cpan-49f99fa48dc )