Searched refs:qt (Results 1 – 2 of 2) sorted by relevance
225 pkg-config --exists qt 2> /dev/null && pkg=qt; \226 pkg-config --exists qt-mt 2> /dev/null && pkg=qt-mt; \233 for d in $$QTDIR /usr/share/qt* /usr/lib/qt*; do \245 libpath=$$dir/lib; lib=qt; osdir=""; \249 test -f $$libpath/libqt-mt.so && lib=qt-mt; \
1605 int qt, x; in reset_hardware() local1629 qt = read_3393(hostdata, WD_QUEUE_TAG); in reset_hardware()1630 if (qt == 0xa5) { in reset_hardware()