Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix for compile problem. No uic files in designer_plugins
git-svn-id: http://svn.osgeo.org/qgis/trunk@3173 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
stevehalasz committed Apr 16, 2005
1 parent e8bdd5a commit d57f247
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions designer_plugins/Makefile.am
Expand Up @@ -20,7 +20,6 @@ plugindir = ${pkglibdir}/designer
plugin_LTLIBRARIES = qgisdesignerwidgets.la

plugin_MOC = qgsprojectionselectorplugin.moc.cpp




Expand All @@ -33,4 +32,4 @@ qgisdesignerwidgets_la_LIBADD = $(QT_LDADD) ../widgets/projectionselector/libqg
qgisdesignerwidgets_la_LDFLAGS = -avoid-version -module
qgisdesignerwidgets_la_CXXFLAGS = $(CXXFLAGS) $(EXTRA_CXXFLAGS) $(QT_CXXFLAGS) $(DEBUG_QGIS) -I../src/

EXTRA_DIST = $(plugin_UIC)
#EXTRA_DIST = $(plugin_UIC)

0 comments on commit d57f247

Please sign in to comment.