Skip to content

Commit be99735

Browse files
author
gsherman
committed
Add python libs and include for win32 build
git-svn-id: http://svn.osgeo.org/qgis/trunk@6240 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 0920216 commit be99735

File tree

1 file changed

+16
-29
lines changed

1 file changed

+16
-29
lines changed
Lines changed: 16 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,16 @@
1-
#################################################################
2-
#
3-
# QMAKE Project File for mapserver export Gui
4-
#
5-
# Tim Sutton 2006
6-
#
7-
#################################################################
8-
TEMPLATE = app
9-
TARGET = ms_export
10-
CONFIG += debug_and_release
11-
CONFIG += build_all
12-
CONFIG(debug, debug|release){
13-
TARGET = $$member(TARGET, 0)-debug
14-
}
15-
DEFINES += PKGDATAPATH='"$$system(pwd)"'
16-
LIBS += -lpython -L/usr/lib
17-
mac:INCLUDEPATH += /System/Library/Frameworks/Python.framework/Versions/2.3/include/python2.3/
18-
linux-g++:INCLUDEPATH += /usr/include/python2.4/Python.h
19-
QT += gui
20-
QT += qt3support
21-
22-
23-
FORMS += qgsmapserverexportbase.ui
24-
25-
HEADERS += qgsmapserverexport.h
26-
27-
SOURCES += main.cpp \
28-
msexport_wrap.cxx \
29-
qgsmapserverexport.cpp
1+
######################################################################
2+
# Automatically generated by qmake (2.01a) Mon Dec 11 12:01:35 2006
3+
######################################################################
4+
5+
include(../../settings.pro)
6+
TEMPLATE = app
7+
TARGET = ms_export
8+
DEPENDPATH += .
9+
INCLUDEPATH += . $${PYTHONINCLUDE}
10+
LIBS += $${PYTHONLIBADD}
11+
LIBS += $${QGISCORELIBADD}
12+
QT += qt3support svg core gui xml network
13+
# Input
14+
HEADERS += qgsmapserverexport.h
15+
FORMS += qgsmapserverexportbase.ui
16+
SOURCES += main.cpp msexport_wrap.cxx qgsmapserverexport.cpp

0 commit comments

Comments
 (0)