mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-14 00:07:35 -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 @@
|
||||
#################################################################
|
||||
#
|
||||
# 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
|
||||
|
Loading…
x
Reference in New Issue
Block a user