Skip to content

Commit

Permalink
Fix plugin name in Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
AsgerPetersen committed Sep 12, 2019
1 parent a29dab0 commit 5b16fed
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions AddressToolsDK/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -35,16 +35,14 @@ LRELEASE = lrelease
#LRELEASE = lrelease-qt4


# translation
SOURCES = __init__.py dkgeokoder.py dkgeokoder_algorithm.py dkgeokoder_provider.py

PLUGINNAME = dkgeokoder
PLUGINNAME = AddressToolsDK

PY_FILES = \
__init__.py \
dkgeokoder.py \
dkgeokoder_algorithm.py \
dkgeokoder_provider.py
addresstoolsdk.py \
addresstoolsdk_geocode_algorithm.py \
addresstoolsdk_provider.py

UI_FILES =

Expand Down

0 comments on commit 5b16fed

Please sign in to comment.