Remove kde support from debian based distros as kf5 isn't available

and Qt5 is now used by default.
This commit is contained in:
codestation
2015-02-21 10:58:05 -04:30
parent 99e8ca1002
commit e7592364cb
5 changed files with 3 additions and 9 deletions

View File

@@ -63,7 +63,7 @@ is meant to be compatible with Linux, Windows and MAC OS X.
%build
lrelease-qt5 resources/translations/*.ts
qmake-qt5 PREFIX=/usr qcma.pro CONFIG+=QT5_SUFFIX CONFIG+=ENABLE_KNOTIFICATIONS CONFIG+=ENABLE_APPINDICATOR CONFIG+=ENABLE_KDENOTIFIER
qmake-qt5 PREFIX=/usr qcma.pro CONFIG+="QT5_SUFFIX ENABLE_KNOTIFICATIONS ENABLE_APPINDICATOR ENABLE_KDENOTIFIER"
make %{?_smp_mflags}
%install