Skip to content

File tree

1 file changed

+140
-142
lines changed

1 file changed

+140
-142
lines changed
 

‎src/core/core.pro

Lines changed: 140 additions & 142 deletions
Original file line numberDiff line numberDiff line change
@@ -1,142 +1,140 @@
1-
#################################################################
2-
#
3-
# QMAKE Project File for Quantum GIS
4-
#
5-
# Tim Sutton 2006
6-
#
7-
# NOTE: Do not place any hard coded external paths in this file
8-
# all libs and includes should be specified in settings.pro
9-
# in the top level qgis directory.
10-
#
11-
#################################################################
12-
13-
include(../../settings.pro)
14-
TEMPLATE=lib
15-
TARGET=qgis_core
16-
#need to figure out how to automate making qgssvnversion file
17-
# line below doesnt work
18-
#system(echo $$QGSSVNVERSION >> qgssvnversion.h)
19-
#suffix debug to target if applicable
20-
CONFIG(debug, debug|release){
21-
TARGET = $$member(TARGET, 0)-debug
22-
}
23-
LIBS += $${GDALLIBADD}
24-
LIBS += $${SQLITELIBADD}
25-
LIBS += $${GEOSLIBADD}
26-
LIBS += $${PROJLIBADD}
27-
DESTDIR=$${QGISLIBDIR}
28-
QT += network qt3support xml svg core gui
29-
QT = $$unique(QT)
30-
message("Building libs into $${DESTDIR}")
31-
32-
#AM_YFLAGS = -d
33-
#qgis_YACC = qgssearchstringparser.h
34-
#LEXSOURCES = qgssearchstringlexer.ll \
35-
# qgssearchstringparser.yy
36-
37-
HEADERS = \
38-
qgis.h \
39-
qgsapplication.h \
40-
qgsbookmarkitem.h \
41-
qgsclipper.h \
42-
qgscolortable.h \
43-
qgscontexthelp.h \
44-
qgscustomsymbol.h \
45-
qgscoordinatetransform.h \
46-
qgsspatialrefsys.h \
47-
qgsdatamanager.h \
48-
qgsdataprovider.h \
49-
qgsdatasource.h \
50-
qgsdatasourceuri.h \
51-
qgsdistancearea.h \
52-
qgsexception.h \
53-
qgsfeature.h \
54-
qgsfeatureattribute.h \
55-
qgsfield.h \
56-
qgsgeometry.h \
57-
qgsgeometryvertexindex.h \
58-
qgshttptransaction.h \
59-
qgslabelattributes.h \
60-
qgsline.h \
61-
qgslinesymbol.h \
62-
qgslogger.h \
63-
qgsmaptopixel.h \
64-
qgsmarkercatalogue.h \
65-
qgsmarkersymbol.h \
66-
qgsnumericsortlistviewitem.h \
67-
qgspluginitem.h \
68-
qgspoint.h \
69-
qgspolygonsymbol.h \
70-
qgsprojectproperty.h \
71-
qgsprovidercountcalcevent.h \
72-
qgsproviderextentcalcevent.h \
73-
qgsprovidermetadata.h \
74-
qgsproviderregistry.h \
75-
qgsrangerenderitem.h \
76-
qgsrasterdataprovider.h \
77-
qgsrect.h \
78-
qgsrenderer.h \
79-
qgsrenderitem.h \
80-
qgsscalecalculator.h \
81-
qgssearchstring.h \
82-
qgssearchtreenode.h \
83-
qgssymbol.h \
84-
qgssymbologyutils.h \
85-
qgssearchstringparser.h \
86-
qgsvectordataprovider.h
87-
88-
HEADERS = $$unique(HEADERS)
89-
90-
SOURCES =\
91-
qgis.cpp \
92-
qgsapplication.cpp \
93-
qgsbookmarkitem.cpp \
94-
qgscoordinatetransform.cpp \
95-
qgsspatialrefsys.cpp \
96-
qgsclipper.cpp \
97-
qgscolortable.cpp \
98-
qgscontexthelp.cpp \
99-
qgscustomsymbol.cpp \
100-
qgsdatamanager.cpp \
101-
qgsdatasource.cpp \
102-
qgsdistancearea.cpp \
103-
qgsexception.cpp \
104-
qgsfeature.cpp \
105-
qgsfeatureattribute.cpp \
106-
qgsfield.cpp \
107-
qgsgeometry.cpp \
108-
qgsgeometryvertexindex.cpp \
109-
qgshttptransaction.cpp \
110-
qgslabelattributes.cpp \
111-
qgsline.cpp \
112-
qgslinesymbol.cpp \
113-
qgslogger.cpp \
114-
qgsmaptopixel.cpp \
115-
qgsmarkercatalogue.cpp \
116-
qgsmarkersymbol.cpp \
117-
qgsnumericsortlistviewitem.cpp \
118-
qgspluginitem.cpp \
119-
qgspoint.cpp \
120-
qgspolygonsymbol.cpp \
121-
qgsprojectproperty.cpp \
122-
qgsprovidercountcalcevent.cpp \
123-
qgsproviderextentcalcevent.cpp \
124-
qgsprovidermetadata.cpp \
125-
qgsproviderregistry.cpp \
126-
qgsrangerenderitem.cpp \
127-
qgsrasterdataprovider.cpp \
128-
qgsrect.cpp \
129-
qgsrenderer.cpp \
130-
qgsrenderitem.cpp \
131-
qgsscalecalculator.cpp \
132-
qgssearchstring.cpp \
133-
qgssearchtreenode.cpp \
134-
qgssymbol.cpp \
135-
qgssymbologyutils.cpp \
136-
qgssearchstringlexer.cc \
137-
qgssearchstringparser.cc \
138-
qgsvectordataprovider.cpp
139-
140-
141-
142-
1+
#################################################################
2+
#
3+
# QMAKE Project File for Quantum GIS
4+
#
5+
# Tim Sutton 2006
6+
#
7+
# NOTE: Do not place any hard coded external paths in this file
8+
# all libs and includes should be specified in settings.pro
9+
# in the top level qgis directory.
10+
#
11+
#################################################################
12+
13+
include(../../settings.pro)
14+
TEMPLATE=lib
15+
TARGET=qgis_core
16+
#need to figure out how to automate making qgssvnversion file
17+
# line below doesnt work
18+
#system(echo $$QGSSVNVERSION >> qgssvnversion.h)
19+
#suffix debug to target if applicable
20+
CONFIG(debug, debug|release){
21+
TARGET = $$member(TARGET, 0)-debug
22+
}
23+
LIBS += $${GDALLIBADD}
24+
LIBS += $${SQLITELIBADD}
25+
LIBS += $${GEOSLIBADD}
26+
LIBS += $${PROJLIBADD}
27+
DESTDIR=$${QGISLIBDIR}
28+
QT += network qt3support xml svg core gui
29+
QT = $$unique(QT)
30+
message("Building libs into $${DESTDIR}")
31+
win32{
32+
#generate lex and yacc sources
33+
message("Generating lex and yacc sources")
34+
#system(genlexyacc)
35+
}
36+
37+
HEADERS = qgis.h \
38+
qgsapplication.h \
39+
qgsbookmarkitem.h \
40+
qgsclipper.h \
41+
qgscolortable.h \
42+
qgscontexthelp.h \
43+
qgscoordinatetransform.h \
44+
qgscustomsymbol.h \
45+
qgsdatamanager.h \
46+
qgsdataprovider.h \
47+
qgsdatasource.h \
48+
qgsdatasourceuri.h \
49+
qgsdistancearea.h \
50+
qgsexception.h \
51+
qgsfeature.h \
52+
qgsfeatureattribute.h \
53+
qgsfield.h \
54+
qgsgeometry.h \
55+
qgsgeometryvertexindex.h \
56+
qgshttptransaction.h \
57+
qgslabelattributes.h \
58+
qgsline.h \
59+
qgslinesymbol.h \
60+
qgslogger.h \
61+
qgsmaptopixel.h \
62+
qgsmarkercatalogue.h \
63+
qgsmarkersymbol.h \
64+
qgsnumericsortlistviewitem.h \
65+
qgspluginitem.h \
66+
qgspoint.h \
67+
qgspolygonsymbol.h \
68+
qgsprojectproperty.h \
69+
qgsprovidercountcalcevent.h \
70+
qgsproviderextentcalcevent.h \
71+
qgsprovidermetadata.h \
72+
qgsproviderregistry.h \
73+
qgsrangerenderitem.h \
74+
qgsrasterdataprovider.h \
75+
qgsrect.h \
76+
qgsrenderer.h \
77+
qgsrenderitem.h \
78+
qgsscalecalculator.h \
79+
qgssearchstring.h \
80+
qgssearchstringparser.h \
81+
qgsspatialrefsys.h \
82+
qgssymbol.h \
83+
qgssymbologyutils.h \
84+
qgsvectordataprovider.h \
85+
qgssearchtreenode.h
86+
87+
HEADERS = $$unique(HEADERS)
88+
89+
SOURCES =\
90+
qgis.cpp \
91+
qgsapplication.cpp \
92+
qgsbookmarkitem.cpp \
93+
qgsclipper.cpp \
94+
qgscolortable.cpp \
95+
qgscontexthelp.cpp \
96+
qgscoordinatetransform.cpp \
97+
qgscustomsymbol.cpp \
98+
qgsdatamanager.cpp \
99+
qgsdatasource.cpp \
100+
qgsdistancearea.cpp \
101+
qgsexception.cpp \
102+
qgsfeature.cpp \
103+
qgsfeatureattribute.cpp \
104+
qgsfield.cpp \
105+
qgsgeometry.cpp \
106+
qgsgeometryvertexindex.cpp \
107+
qgshttptransaction.cpp \
108+
qgslabelattributes.cpp \
109+
qgsline.cpp \
110+
qgslinesymbol.cpp \
111+
qgslogger.cpp \
112+
qgsmaptopixel.cpp \
113+
qgsmarkercatalogue.cpp \
114+
qgsmarkersymbol.cpp \
115+
qgsnumericsortlistviewitem.cpp \
116+
qgspluginitem.cpp \
117+
qgspoint.cpp \
118+
qgspolygonsymbol.cpp \
119+
qgsprojectproperty.cpp \
120+
qgsprovidercountcalcevent.cpp \
121+
qgsproviderextentcalcevent.cpp \
122+
qgsprovidermetadata.cpp \
123+
qgsproviderregistry.cpp \
124+
qgsrangerenderitem.cpp \
125+
qgsrasterdataprovider.cpp \
126+
qgsrect.cpp \
127+
qgsrenderer.cpp \
128+
qgsrenderitem.cpp \
129+
qgsscalecalculator.cpp \
130+
qgssearchstring.cpp \
131+
qgssearchstringlexer.cc \
132+
qgssearchstringparser.cc \
133+
qgssearchtreenode.cpp \
134+
qgsspatialrefsys.cpp \
135+
qgssymbol.cpp \
136+
qgssymbologyutils.cpp \
137+
qgsvectordataprovider.cpp
138+
139+
140+

0 commit comments

Comments
 (0)
Please sign in to comment.