Shinmera / qt-libs

Helper system to ensure the necessary library for CommonQt/Qtools development are available and deployable.
zlib License
18 stars 8 forks source link

add '/usr/lib64/' in qt4 search path for fedora24 x64 #5

Closed Enzo-Liu closed 8 years ago

Enzo-Liu commented 8 years ago

I found in my fedora24(4.6.3-300.fc24.x86_64), qtCore is in /usr/lib64/.

and (find-qt-lib-directory) does not search for that path.

so I add this path and everything works out just fine.

And thanks for this great job for easing the pain :)

Shinmera commented 8 years ago

Thank you for submitting this.