diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2013-06-07 13:31:42 +0900 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2013-06-07 13:31:42 +0900 |
commit | c774bab6e62a112dd186142a7a55a4776388eaba (patch) | |
tree | 0fcd269255f70fed4bed097c2a7b6e0d96967c3b /Configure.mk | |
parent | 6f7e13ac70499ccc74ecf9d03aea65883f530b5c (diff) | |
parent | 2d05f4227e5538f3e8976a8244b54a5247ec833c (diff) | |
download | subsurface-c774bab6e62a112dd186142a7a55a4776388eaba.tar.gz |
Merge branch '112_webservices' of https://github.com/tcanabrava/subsurface
Diffstat (limited to 'Configure.mk')
-rw-r--r-- | Configure.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Configure.mk b/Configure.mk index a09fcbbf1..a532d4138 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 + QT_MODULES = QtGui QtSvg QtNetwork QT_CORE = QtCore MOC = $(shell $(PKGCONFIG) --variable=moc_location QtCore) UIC = $(shell $(PKGCONFIG) --variable=uic_location QtGui) |