Skip to content

Commit c34c6f6

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

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/plugins/copyright_label/copyright_label.pro

+1-1
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

+1-1
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)