Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix sql anywhere plugin and debian package
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@15003 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
jef committed Jan 6, 2011
1 parent edaf2ff commit 052dcb3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion debian/qgis-sqlanywhere{QGIS_ABI}.install
@@ -1,3 +1,3 @@
usr/lib/qgis/plugins/libsqlanywhereplugin.so
usr/lib/qgis/plugins/libsqlanywhereprovider.so
usr/lib/libsqlanyconnection.so.{QGIS_ABI}
usr/lib/libqgissqlanyconnection.so.{QGIS_ABI}
2 changes: 1 addition & 1 deletion src/plugins/sqlanywhere/CMakeLists.txt
Expand Up @@ -64,7 +64,7 @@ INCLUDE_DIRECTORIES(
TARGET_LINK_LIBRARIES(sqlanywhereplugin
qgis_core
qgis_gui
sqlanyconnection
qgissqlanyconnection
)

########################################################
Expand Down

0 comments on commit 052dcb3

Please sign in to comment.