~ubuntu-branches/ubuntu/trusty/qgis/trusty

« back to all changes in this revision

Viewing changes to src/providers/wfs/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Johan Van de Wauw
  • Date: 2010-07-11 20:23:24 UTC
  • mfrom: (3.1.4 squeeze)
  • Revision ID: james.westby@ubuntu.com-20100711202324-5ktghxa7hracohmr
Tags: 1.4.0+12730-3ubuntu1
* Merge from Debian unstable (LP: #540941).
* Fix compilation issues with QT 4.7
* Add build-depends on libqt4-webkit-dev 

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
INCLUDES = -I../../core/ -I../../gui/ -I../../ui
2
 
 
3
 
%.moc.cpp: %.h
4
 
        $(MOC) -o $@ $<
5
 
 
6
 
plugindir = ${pkglibdir}
7
 
plugin_LTLIBRARIES = libwfsprovider.la
8
 
 
9
 
libwfsprovider_la_SOURCES = qgswfsprovider.cpp $(libwfsprovider_MOC) qgswfsprovider.h
10
 
 
11
 
BUILT_SOURCES = $(wfsprovider_MOC)
12
 
 
13
 
libwfsprovider_la_LIBADD = $(QT_LDADD)  $(GDAL_LIB) $(GEOS_LDADD) ../../gui/libqgis_gui.la ../../core/libqgis_core.la
14
 
libwfsprovider_la_LDFLAGS = -avoid-version -module
15
 
libwfsprovider_la_CXXFLAGS = $(GDAL_CFLAGS) $(EXTRA_CXXFLAGS) $(QT_CXXFLAGS) $(DEBUG_QGIS) $(GEOS_CFLAGS) $(GEOS_CFLAGS)/geos
16
 
 
17
 
CLEANFILES = $(BUILT_SOURCES)