Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Don't link bindings to Qt3Support lib - was doing problems on windows.
git-svn-id: http://svn.osgeo.org/qgis/trunk@6664 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
wonder committed Feb 22, 2007
1 parent 468976b commit f6eca1e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions python/configure.py.in
Expand Up @@ -77,15 +77,15 @@ for sip in sips_gui:
# linker flags needed by the Qt library.
makefile_core = sipconfig.ModuleMakefile(
configuration=config,
qt=["QtCore","QtGui","QtNetwork","QtSql","QtSvg","QtXml","Qt3Support"],
qt=["QtCore","QtGui","QtNetwork","QtSql","QtSvg","QtXml"],
build_file=build_file_core,
installs=installs_core,
install_dir=mod_dir,
dir="core")

makefile_gui = sipconfig.ModuleMakefile(
configuration=config,
qt=["QtCore","QtGui","QtNetwork","QtSql","QtSvg","QtXml","Qt3Support"],
qt=["QtCore","QtGui","QtNetwork","QtSql","QtSvg","QtXml"],
build_file=build_file_gui,
installs=installs_gui,
install_dir=mod_dir,
Expand Down

0 comments on commit f6eca1e

Please sign in to comment.