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:
parent
ee3d1374ad
commit
7119d0496b
@ -12,6 +12,9 @@ DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
|
|||||||
CFLAGS += -Wall -g
|
CFLAGS += -Wall -g
|
||||||
#LDFLAGS += -Wl,-z,defs
|
#LDFLAGS += -Wl,-z,defs
|
||||||
|
|
||||||
|
#build qt4 UI only
|
||||||
|
export QMAKE=qmake-qt4
|
||||||
|
|
||||||
ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
|
ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
|
||||||
CFLAGS += -O0
|
CFLAGS += -O0
|
||||||
else
|
else
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user