File tree Expand file tree Collapse file tree 1 file changed +16
-29
lines changed Expand file tree Collapse file tree 1 file changed +16
-29
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments