File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 12
12
13
13
plugindir = ${pkglibdir}
14
14
# ScaleBar below to be replaced with the name of the plugin
15
- plugin_LTLIBRARIES = libScaleBarplugin .la
15
+ plugin_LTLIBRARIES = scalebarplugin .la
16
16
17
17
% .moc.cpp : % .h
18
18
$(MOC ) -o $@ $<
@@ -23,7 +23,7 @@ ui_%.h: %.ui
23
23
% .qrc.cpp : % .qrc
24
24
$(RCC ) -o $@ $<
25
25
26
- libScaleBarplugin_la_SOURCES = plugin.cpp \
26
+ scalebarplugin_la_SOURCES = plugin.cpp \
27
27
plugin.h \
28
28
plugingui.cpp \
29
29
plugingui.h \
@@ -49,9 +49,9 @@ pluginguibase.cpp: pluginguibase.h pluginguibase.ui
49
49
BUILT_SOURCES = $(plugin_MOC ) $(plugin_UI ) $(plugin_RES )
50
50
51
51
52
- libScaleBarplugin_la_LIBADD = $(QT_LDADD ) ../../core/libqgis_core.la
53
- libScaleBarplugin_la_LDFLAGS = -avoid-version -module
54
- libScaleBarplugin_la_CXXFLAGS = $(CXXFLAGS ) $(EXTRA_CXXFLAGS ) $(QT_CXXFLAGS ) $(DEBUG_QGIS ) $(GDAL_CFLAGS ) $(GEOS_CFLAGS ) -I../../gui -I../../ui -I../../core
52
+ scalebarplugin_la_LIBADD = $(QT_LDADD ) ../../core/libqgis_core.la
53
+ scalebarplugin_la_LDFLAGS = -avoid-version -module
54
+ scalebarplugin_la_CXXFLAGS = $(CXXFLAGS ) $(EXTRA_CXXFLAGS ) $(QT_CXXFLAGS ) $(DEBUG_QGIS ) $(GDAL_CFLAGS ) $(GEOS_CFLAGS ) -I../../gui -I../../ui -I../../core
55
55
56
56
CLEANFILES = $(BUILT_SOURCES )
57
57
You can’t perform that action at this time.
0 commit comments