On Tuesday 25 September 2007, [EMAIL PROTECTED] wrote: > In the Pyqt4 docs i find the option -t PLUGIN for the configure command. > > By "PLUGIN" I shall write the dll filename (qtsqlodbc4.dll) or the > driver name QODBC, or the full path to the dll? > > I tried -t qtsqlodbc4 and don't have the driver availlable.
The docs say that the flag is to be used when Qt has been built as static libraries - so there won't be any .dll files. Look in the plugin directories to see what .lib files have been created when Qt was built. Phil _______________________________________________ PyQt mailing list [email protected] http://www.riverbankcomputing.com/mailman/listinfo/pyqt
