Home
last modified time | relevance | path

Searched refs:moc (Results 1 – 2 of 2) sorted by relevance

/xen-4.10.0-shim-comet/xen/tools/kconfig/
A DMakefile186 clean-files := qconf.moc .tmp_qtcheck .tmp_gtkcheck
237 moc="\$$(shell pkg-config $$pkg --variable=prefix)/bin/moc"; \
259 moc="$$dir/bin/moc"; \
261 if [ ! -x $$dir/bin/moc -a -x /usr/bin/moc ]; then \
265 moc="/usr/bin/moc"; \
270 moc="\$$(shell pkg-config QtCore --variable=moc_location)"; \
271 [ -n "$$moc" ] || moc="\$$(shell pkg-config QtCore --variable=prefix)/bin/moc"; \
275 echo "KC_QT_MOC=$$moc" >> $@
306 $(obj)/qconf.o: $(obj)/qconf.moc
311 $(obj)/%.moc: $(src)/%.h $(obj)/.tmp_qtcheck
[all …]
A D.gitignore9 *.moc

Completed in 4 milliseconds