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:
parent
c5e7a025e4
commit
6bea555c19
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user