Re: [PATCH] xconfig: use pkgconfig to find moc

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Mon, Jun 11, 2012 at 05:56:08PM -0500, Yaakov (Cygwin/X) wrote:
> -	  binpath="\$$(shell pkg-config QtCore --variable=prefix)"; \
> -	  moc="$$binpath/bin/moc"; \
> +	  moc="\$$(shell pkg-config QtCore --variable=moc_location)"; \
>  	fi; \

Could you keep the $$binpath/bin/moc as a fallback, so that make xconfig
works even with old Qt4 releases. We support even Qt3, so let's continue
to be nice to users.

Michal
--
To unsubscribe from this list: send the line "unsubscribe linux-kbuild" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[Index of Archives]     [Linux&nblp;USB Development]     [Linux Media]     [Video for Linux]     [Linux Audio Users]     [Yosemite Secrets]     [Linux Kernel]     [Linux SCSI]

  Powered by Linux