Skip to content

Commit 54ee7c0

Browse files
author
jef
committed
fix sql anywhere plugin and debian package
git-svn-id: http://svn.osgeo.org/qgis/trunk@15003 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 2d2508b commit 54ee7c0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
usr/lib/qgis/plugins/libsqlanywhereplugin.so
22
usr/lib/qgis/plugins/libsqlanywhereprovider.so
3-
usr/lib/libsqlanyconnection.so.{QGIS_ABI}
3+
usr/lib/libqgissqlanyconnection.so.{QGIS_ABI}

src/plugins/sqlanywhere/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ INCLUDE_DIRECTORIES(
6464
TARGET_LINK_LIBRARIES(sqlanywhereplugin
6565
qgis_core
6666
qgis_gui
67-
sqlanyconnection
67+
qgissqlanyconnection
6868
)
6969

7070
########################################################

0 commit comments

Comments
 (0)