Lines Matching defs:qconf
37 xconfig-prog := qconf
191 # qconf: Used for the xconfig target based on Qt
192 hostprogs += qconf
193 qconf-cxxobjs := qconf.o qconf-moc.o
194 qconf-objs := images.o $(common-objs)
196 HOSTLDLIBS_qconf = $(call read-file, $(obj)/qconf-libs)
197 HOSTCXXFLAGS_qconf.o = -std=c++11 -fPIC $(call read-file, $(obj)/qconf-cflags)
198 HOSTCXXFLAGS_qconf-moc.o = -std=c++11 -fPIC $(call read-file, $(obj)/qconf-cflags)
199 $(obj)/qconf: | $(obj)/qconf-libs
200 $(obj)/qconf.o $(obj)/qconf-moc.o: | $(obj)/qconf-cflags
203 cmd_moc = $(call read-file, $(obj)/qconf-bin)/moc $< -o $@
205 $(obj)/qconf-moc.cc: $(src)/qconf.h FORCE | $(obj)/qconf-bin
208 targets += qconf-moc.cc