brezerk / q4wine

Q4Wine is a Qt GUI for W.I.N.E. It will help you manage wine prefixes and installed applications.
http://q4wine.brezblock.org.ua/
GNU General Public License v3.0
208 stars 40 forks source link

QtSystemApplication library detection does not work well for Qt5 #64

Closed brezerk closed 8 years ago

brezerk commented 8 years ago

Even with -DQT5 flag, cmake seems to try to find Qt4 library instead of Qt5 one:

[ himera ] brezerk@pts/7:13  ~/develop/q4wine/build $
cmake .. -DWITH_SYSTEM_SINGLEAPP=ON -DQT5=ON

-- Searching for QtSingleApplication package (WITH_SYSTEM_SINGLEAPP=ON) --

--      library : /usr/lib64/libQtSolutions_SingleApplication-2.6.so
--  include dir : /usr/include/qt4/QtSolutions
brezerk commented 8 years ago

Fixed: https://github.com/brezerk/q4wine/commit/3c440483cef4b70b2516c9c7ddde9af73cc3df42