Skip to content

Commit b467050

Browse files
author
timlinux
committed
Use better target names for these libs
git-svn-id: http://svn.osgeo.org/qgis/trunk@6065 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 1752eae commit b467050

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/plugins/copyright_label/copyright_label.pro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
#
1616

1717
include(../../../settings.pro)
18-
TARGET=copyrightlabelprovider
18+
TARGET=copyrightlabelplugin
1919
TEMPLATE = lib
2020
#suffix debug to target if applicable
2121
CONFIG(debug, debug|release){

src/plugins/delimited_text/delimited_text.pro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
#
1616

1717
include(../../../settings.pro)
18-
TARGET=delimitedtextprovider
18+
TARGET=delimitedtextplugin
1919
TEMPLATE = lib
2020
#suffix debug to target if applicable
2121
CONFIG(debug, debug|release){

0 commit comments

Comments
 (0)