qt tools don't work in fedora/opensuse - typo; refs #40
This commit is contained in:
		| @@ -23,7 +23,7 @@ This package contains only the shared libraries required at runtime. | ||||
| %prep | ||||
| %setup -q | ||||
| function checkqt() { | ||||
|     which /usr/bin/$1 || /usr/bin/$1-qt5 || /usr/bin/$1-qt4 | ||||
|     ( which /usr/bin/$1 || which /usr/bin/$1-qt5 || which /usr/bin/$1-qt4 ) 2>/dev/null | ||||
| } | ||||
| MOC="$(checkqt moc)" UIC="$(checkqt uic)" RCC="$(checkqt rcc)" \ | ||||
|     LUPDATE="$(checkqt lupdate)" LRELEASE="$(checkqt lrelease)" \ | ||||
|   | ||||
		Reference in New Issue
	
	Block a user