diff options
author | Thiago Macieira <thiago@macieira.org> | 2013-05-18 11:40:51 -0700 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2013-05-18 17:18:12 -0700 |
commit | 6bea555c1965862e725f0589b8bf01e75442fd96 (patch) | |
tree | 7fe91b49c133a0e88e406e466fa8140a8b523b01 /Configure.mk | |
parent | c5e7a025e4c1abcc1ad5d701991fc8f15ae82be6 (diff) | |
download | subsurface-6bea555c1965862e725f0589b8bf01e75442fd96.tar.gz |
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>
Diffstat (limited to 'Configure.mk')
-rw-r--r-- | Configure.mk | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Configure.mk b/Configure.mk index 86b375985..a3d654f8b 100644 --- a/Configure.mk +++ b/Configure.mk @@ -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 |