Remove QT_NO_KEYWORDS for good

We're now using external libraries that aren't keywords-clean (namely,
Marble).

Signed-off-by: Thiago Macieira <thiago@macieira.org>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Thiago Macieira 2013-05-18 11:40:51 -07:00 committed by Dirk Hohndel
parent c5e7a025e4
commit 6bea555c19

View file

@ -149,8 +149,6 @@ SQLITE3FLAGS = $(strip $(shell $(PKGCONFIG) --cflags sqlite3))
UNAME_A = $(shell uname -a)
ifneq (,$(filter $(UNAME_A), Debian))
MARBLEFLAGS = -DINCOMPLETE_MARBLE
else
MARBLEFLAGS = -DQT_NO_KEYWORDS
endif
# Write the configure file