FS#34108 - FindQt4.cmake broken after qt renamed to qt4

Attached to Project: Arch Linux
Opened by Marco Gulino (GuLinux) - Saturday, 02 March 2013, 13:47 GMT
Last edited by Andrea Scarpino (BaSh) - Saturday, 02 March 2013, 17:17 GMT
Task Type Bug Report
Category Packages: Extra
Status Closed
Assigned To No-one
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:
I'm trying to update my aur package (touche) but I can't make it compile, as the FindQt4.cmake script included in the kdelibs always search for qmake.
As a workaround, I'm prefixing /usr/lib/qt4/bin/ to path inside my PKGBUILD


Additional info:
* package version(s): kdelibs-4.10.0-4

Steps to reproduce:
Install both qt4 and qt5
Try to compile a cmake kde4-based application.
This task depends upon

Closed by  Andrea Scarpino (BaSh)
Saturday, 02 March 2013, 17:17 GMT
Reason for closing:  Duplicate
Additional comments about closing:   FS#34111 
Comment by Gustavo Alvarez (sl1pkn07) - Saturday, 02 March 2013, 14:31 GMT
and adding -DQT_QMAKE_EXECUTABLE=qmake-qt4 in cmake sysntax?

Loading...