aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.qt.include
diff options
context:
space:
mode:
authorWladimir J. van der Laan <laanwj@gmail.com>2017-08-15 16:40:30 +0200
committerMeshCollider <dobsonsa68@gmail.com>2017-11-16 08:23:02 +1300
commit0c715214dd2d03b66a366a87bf6d2c576c0176c2 (patch)
tree500f71856f69159aa896c86be997a1f8a9eaad9a /src/Makefile.qt.include
parent5b56ec969fcbedd87eb0cf43c16eb991aca300d0 (diff)
downloadbitcoin-0c715214dd2d03b66a366a87bf6d2c576c0176c2.tar.xz
build: Remove -I for everything but project root
Remove -I from build system for everything but the project root, and built-in dependencies.
Diffstat (limited to 'src/Makefile.qt.include')
-rw-r--r--src/Makefile.qt.include3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/Makefile.qt.include b/src/Makefile.qt.include
index 0767ee1302..cbf3960cc7 100644
--- a/src/Makefile.qt.include
+++ b/src/Makefile.qt.include
@@ -362,8 +362,7 @@ RES_MOVIES = $(wildcard $(srcdir)/qt/res/movies/spinner-*.png)
BITCOIN_RC = qt/res/bitcoin-qt-res.rc
-BITCOIN_QT_INCLUDES = -I$(builddir)/qt -I$(srcdir)/qt -I$(srcdir)/qt/forms \
- -I$(builddir)/qt/forms -DQT_NO_KEYWORDS
+BITCOIN_QT_INCLUDES = -DQT_NO_KEYWORDS
qt_libbitcoinqt_a_CPPFLAGS = $(AM_CPPFLAGS) $(BITCOIN_INCLUDES) $(BITCOIN_QT_INCLUDES) \
$(QT_INCLUDES) $(QT_DBUS_INCLUDES) $(PROTOBUF_CFLAGS) $(QR_CFLAGS)