# Copyright (C) 2005 Tim Sutton # # This file is free software; as a special exception the author gives # unlimited permission to copy and/or distribute it, with or without # modifications, as long as this notice is preserved. # # This program is distributed in the hope that it will be useful, but # WITHOUT ANY WARRANTY, to the extent permitted by law; without even the # implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. # # $Id$ plugindir = ${pkglibdir}/designer %.moc.cpp: %.h $(MOC) -o $@ $< # name of the designer plugin plugin_LTLIBRARIES = qgisdesignerwidgets.la plugin_MOC = qgsprojectionselectorplugin.moc.cpp qgisdesignerwidgets_la_SOURCES = qgsprojectionselectorplugin.cpp \ $(plugin_MOC) BUILT_SOURCES = $(plugin_MOC) #projectionselector_la_LIBADD = ../src/libqgis.la $(QT_LDADD) qgisdesignerwidgets_la_LIBADD = $(QT_LDADD) ../widgets/projectionselector/libqgsprojectionselector.la qgisdesignerwidgets_la_LDFLAGS = -avoid-version -module qgisdesignerwidgets_la_CXXFLAGS = $(CXXFLAGS) $(EXTRA_CXXFLAGS) $(QT_CXXFLAGS) $(DEBUG_QGIS) -I../src/ EXTRA_DIST = $(plugin_UIC)