# 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} %.moc.cpp: %.h $(MOC) -o $@ $< # name of the designer plugin plugin_LTLIBRARIES = projectionselector.la plugin_MOC = qgsprojectionselectorplugin.moc.cpp projectionselector_la_SOURCES = qgsprojectionselectorplugin.cpp \ $(plugin_MOC) BUILT_SOURCES = $(plugin_MOC) projectionselector_la_LIBADD = ../src/libqgis.la projectionselector_la_LDFLAGS = -avoid-version -module projectionselector_la_CXXFLAGS = $(CXXFLAGS) $(EXTRA_CXXFLAGS) $(QT_CXXFLAGS) $(DEBUG_QGIS) -I../../src/ EXTRA_DIST = $(plugin_UIC)