mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-16 00:03:12 -04:00
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:
parent
0920216f6c
commit
be99735adc
@ -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
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user