diff options
author | Tomaz Canabrava <tcanabrava@kde.org> | 2013-06-06 10:33:15 -0300 |
---|---|---|
committer | Tomaz Canabrava <tcanabrava@kde.org> | 2013-06-06 10:33:15 -0300 |
commit | c1cf6c02a8a82296840d3a4c6948bc04a5bb5e51 (patch) | |
tree | cc689ef4b77cf3f53445e7f9d93475d71693e305 /Configure.mk | |
parent | 74d23ed83b0fe4a2270adc41b5a9bd20b7ca5d29 (diff) | |
download | subsurface-c1cf6c02a8a82296840d3a4c6948bc04a5bb5e51.tar.gz |
Added initial support for download dive info from the subsurface web service.
Added initial support for download dive info from subsurface web service,
the current code only downloads and output the xml downloaded in the debug
area. Now I need to parse things up and plug the unplugged stuff.
Signed-off-by: Tomaz Canabrava <tcanabrava@kde.org>
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) |