Skip to content

Commit

Permalink
MySQL data provider stubs -- non functional and not integrated with t…
Browse files Browse the repository at this point in the history
…he build system yet.

git-svn-id: http://svn.osgeo.org/qgis/trunk@4615 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
gsherman committed Jan 8, 2006
1 parent 428b994 commit 82ee4af
Show file tree
Hide file tree
Showing 5 changed files with 1,506 additions and 0 deletions.
2 changes: 2 additions & 0 deletions providers/mysql/README
Expand Up @@ -3,3 +3,5 @@ will intially not support proper relationship calculations (eg.
intersects/contains) due to limitations in the MySQL implementation of the OGC
functions. This will impact the use of identify and select functions in QGIS
for a MySQL layer.

NOTE - THIS CODE DOES NOTHING YET!
12 changes: 12 additions & 0 deletions providers/mysql/mysql.pro
@@ -0,0 +1,12 @@
######################################################################
# Automatically generated by qmake (2.00a) Sat Jan 7 08:34:57 2006
######################################################################

TEMPLATE = lib
TARGET +=
DEPENDPATH += .
INCLUDEPATH += . /usr/local/mysql/include/mysql ../../src ../..
LIBS += -lmysqlclient -L/usr/local/mysql/lib/mysql
CONFIG += qt
# Input
SOURCES += testmysql.cpp #qgsmysqlprovider.cpp

0 comments on commit 82ee4af

Please sign in to comment.