Disable server and translation install for headless to avoid packaging conflicts

This commit is contained in:
Felix Kauselmann 2016-04-07 00:42:36 +02:00
parent 801f94bee8
commit 25ea29275a

View File

@ -131,7 +131,7 @@ DATADIR = $$PREFIX/share
DEFINES += "LIBDIR=\\\"$$LIBDIR\\\"" "DATADIR=\\\"$$DATADIR\\\"" "BINDIR=\\\"$$BINDIR\\\""
#MAKE INSTALL
INSTALLS += bin server translation #manpage
INSTALLS += bin #server #translation #manpage
bin.path = $$BINDIR
isEmpty(DESTDIR) {