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@6240 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
gsherman committed Dec 11, 2006
1 parent 0920216 commit be99735
Showing 1 changed file with 16 additions and 29 deletions.
45 changes: 16 additions & 29 deletions tools/mapserver_export/mapserver_export.pro
@@ -1,29 +1,16 @@
#################################################################
#
# QMAKE Project File for mapserver export Gui
#
# Tim Sutton 2006
#
#################################################################
TEMPLATE = app
TARGET = ms_export
CONFIG += debug_and_release
CONFIG += build_all
CONFIG(debug, debug|release){
TARGET = $$member(TARGET, 0)-debug
}
DEFINES += PKGDATAPATH='"$$system(pwd)"'
LIBS += -lpython -L/usr/lib
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
######################################################################
# Automatically generated by qmake (2.01a) Mon Dec 11 12:01:35 2006
######################################################################

include(../../settings.pro)
TEMPLATE = app
TARGET = ms_export
DEPENDPATH += .
INCLUDEPATH += . $${PYTHONINCLUDE}
LIBS += $${PYTHONLIBADD}
LIBS += $${QGISCORELIBADD}
QT += qt3support svg core gui xml network
# Input
HEADERS += qgsmapserverexport.h
FORMS += qgsmapserverexportbase.ui
SOURCES += main.cpp msexport_wrap.cxx qgsmapserverexport.cpp

0 comments on commit be99735

Please sign in to comment.