for some reason, the gui does not work correctly with qt 5.2 which is default on ubuntu trusty. Stay with qt4 for now

This commit is contained in:
Jean-Francois Dockes 2015-11-23 11:00:54 +01:00
parent ee3d1374ad
commit 7119d0496b

View File

@ -12,6 +12,9 @@ DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
CFLAGS += -Wall -g
#LDFLAGS += -Wl,-z,defs
#build qt4 UI only
export QMAKE=qmake-qt4
ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
CFLAGS += -O0
else