Skip to content

Commit

Permalink
Add python libs and include for win32 build
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@6241 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
gsherman committed Dec 11, 2006
1 parent 413700c commit c9161a4
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions settings.pro
Expand Up @@ -57,15 +57,15 @@ CONFIG += warn_off
#

#create both debug and relase makefiles
CONFIG += debug_and_release
#CONFIG += debug_and_release
#build both release and debug targets when make is run
CONFIG += build_all
#CONFIG += build_all

#
# Building release only version
#

#CONFIG += release
CONFIG += release

LANGUAGE = C++
CONFIG += exceptions
Expand Down Expand Up @@ -219,6 +219,8 @@ win32{
#add any win specific rules here
INCLUDEPATH += c:/msys/local/include
GEOSINCADD = c:/msys/local/include/geos
PYTHONINCLUDE = c:/Python25/include
PYTHONLIBADD = -Lc:/Python25/libs -lpython25
}


Expand Down

0 comments on commit c9161a4

Please sign in to comment.