cantata: use Qt5 by default

It's time.
This commit is contained in:
Mateusz Kowalczyk 2014-12-10 08:36:04 +00:00
parent 8a9292b357
commit 606a02579c

View File

@ -1,6 +1,6 @@
{ stdenv, fetchurl, cmake { stdenv, fetchurl, cmake
, withQt4 ? true, qt4 , withQt4 ? false, qt4
, withQt5 ? false, qt5 , withQt5 ? true, qt5
# I'm unable to make KDE work here, crashes at runtime so I simply # I'm unable to make KDE work here, crashes at runtime so I simply
# make Qt4 the default until someone who wants KDE can figure it out. # make Qt4 the default until someone who wants KDE can figure it out.