File tree Expand file tree Collapse file tree 2 files changed +5
-9
lines changed Expand file tree Collapse file tree 2 files changed +5
-9
lines changed Original file line number Diff line number Diff line change @@ -160,7 +160,6 @@ macx:LIBS+=-L/usr/local/lib
160
160
#
161
161
# ################################################################
162
162
163
- win32 :INCLUDEPATH += c:/msys/local/include
164
163
INCLUDEPATH +=$${WORKDIR }/src \
165
164
$${WORKDIR }/src/core \
166
165
$${WORKDIR }/src/gui \
@@ -180,10 +179,8 @@ INCLUDEPATH +=$${WORKDIR}/src \
180
179
181
180
win32 {
182
181
message (Installing for windows! )
183
- INCLUDEPATH += .
184
- INCLUDEPATH += C:/MinGW/include
185
- INCLUDEPATH += C:/cygwin/usr/local/src/om/src
186
- INCLUDEPATH += c:/dev/cpp/om/src
182
+ # add any win specific rules here
183
+ INCLUDEPATH += c:/msys/local/include
187
184
}
188
185
189
186
@@ -194,7 +191,6 @@ win32{
194
191
# ################################################################
195
192
196
193
macx{
197
- INCLUDEPATH += /usr/local/include/openmodeller
198
194
# fixme should not need the next line
199
195
# INCLUDEPATH += /Users/timsutton/dev/cpp/om/src
200
196
FRAMEWORKSDIR =$${DESTDIR }/ $${QGIS_APP_NAME }.app/Contents/Frameworks
Original file line number Diff line number Diff line change @@ -29,10 +29,10 @@ message("LIBS: $${LIBS}")
29
29
DESTDIR =$${QGISLIBDIR }
30
30
# leave the next line here - it clears the Qt defines
31
31
QT =
32
- QT += qt3support svg core gui
32
+ QT += qt3support svg core gui xml
33
33
message ("Building libs into $${DESTDIR}" )
34
34
35
- libqgis_composerHEADERS = qgscomposer.h \
35
+ HEADERS = qgscomposer.h \
36
36
qgscomposeritem.h \
37
37
qgscomposerlabel.h \
38
38
qgscomposerpicture.h \
@@ -42,7 +42,7 @@ libqgis_composerHEADERS = qgscomposer.h \
42
42
qgscomposerview.h \
43
43
qgscomposition.h
44
44
45
- libqgis_composer_la_SOURCES = qgscomposer.cpp \
45
+ SOURCES = qgscomposer.cpp \
46
46
qgscomposeritem.cpp \
47
47
qgscomposerlabel.cpp \
48
48
qgscomposerpicture.cpp \
You can’t perform that action at this time.
0 commit comments