summaryrefslogtreecommitdiffstats
path: root/Configure.mk
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2013-08-30 20:17:20 -0700
committerGravatar Dirk Hohndel <dirk@hohndel.org>2013-08-30 20:17:20 -0700
commitdb17edda65d6e4040bd0e7f613f814d21eedeb86 (patch)
treeb9345051ae404fba82419e2858b1b210175b2731 /Configure.mk
parent9bc7d8f514d40da94285be980e19d6f16f421067 (diff)
parentab649e21ba07c9f572d61350b9217609f44f7f04 (diff)
downloadsubsurface-db17edda65d6e4040bd0e7f613f814d21eedeb86.tar.gz
Merge branch 'bugfixes' of github.com:danilocesar/subsurface
Fixed one conflict in qt-ui/diveplanner.cpp - please check I got this right. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'Configure.mk')
-rw-r--r--Configure.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/Configure.mk b/Configure.mk
index a532d4138..4039db454 100644
--- a/Configure.mk
+++ b/Configure.mk
@@ -106,7 +106,7 @@ ifeq ($(strip $(QMAKE)),)
$(error Could not find qmake or qmake-qt4 in $$PATH for the Qt4 version they failed)
endif
- QT_MODULES = QtGui QtSvg QtNetwork
+ QT_MODULES = QtGui QtSvg QtNetwork QtWebKit
QT_CORE = QtCore
MOC = $(shell $(PKGCONFIG) --variable=moc_location QtCore)
UIC = $(shell $(PKGCONFIG) --variable=uic_location QtGui)