Add python libs and include for win32 build

git-svn-id: http://svn.osgeo.org/qgis/trunk@6240 c8812cc2-4d05-0410-92ff-de0c093fc19c
This commit is contained in:
gsherman 2006-12-11 22:25:53 +00:00
parent 0920216f6c
commit be99735adc

View File

@ -1,29 +1,16 @@
################################################################# ######################################################################
# # Automatically generated by qmake (2.01a) Mon Dec 11 12:01:35 2006
# QMAKE Project File for mapserver export Gui ######################################################################
#
# Tim Sutton 2006 include(../../settings.pro)
# TEMPLATE = app
################################################################# TARGET = ms_export
TEMPLATE = app DEPENDPATH += .
TARGET = ms_export INCLUDEPATH += . $${PYTHONINCLUDE}
CONFIG += debug_and_release LIBS += $${PYTHONLIBADD}
CONFIG += build_all LIBS += $${QGISCORELIBADD}
CONFIG(debug, debug|release){ QT += qt3support svg core gui xml network
TARGET = $$member(TARGET, 0)-debug # Input
} HEADERS += qgsmapserverexport.h
DEFINES += PKGDATAPATH='"$$system(pwd)"' FORMS += qgsmapserverexportbase.ui
LIBS += -lpython -L/usr/lib SOURCES += main.cpp msexport_wrap.cxx qgsmapserverexport.cpp
mac:INCLUDEPATH += /System/Library/Frameworks/Python.framework/Versions/2.3/include/python2.3/
linux-g++:INCLUDEPATH += /usr/include/python2.4/Python.h
QT += gui
QT += qt3support
FORMS += qgsmapserverexportbase.ui
HEADERS += qgsmapserverexport.h
SOURCES += main.cpp \
msexport_wrap.cxx \
qgsmapserverexport.cpp