i'm using the following article: http://doc.qt.nokia.com/4.6/deployme...shared-library

trying to build static build. when i try to load the command:

configure -static -plugin-sql-oci

i get the following error msg:

Qt Code:
  1. WARNING: Qt does not support compiling the Oracle database driver with MinGW, due to lack of such support from Oracle. Consider disabling the Oracle driver, as the current build will most likely fail. (Press any key to continue..)
To copy to clipboard, switch view to plain text mode 

does it mean i can't deploy qt based application using the OCI driver ?