File tree Expand file tree Collapse file tree 5 files changed +38
-1
lines changed Expand file tree Collapse file tree 5 files changed +38
-1
lines changed Original file line number Diff line number Diff line change @@ -203,7 +203,7 @@ INCLUDEPATH +=$${WORKDIR}/src \
203
203
$${WORKDIR }/src/plugins \
204
204
$${WORKDIR }/src/providers \
205
205
$${WORKDIR }/src/raster \
206
- $${WORKDIR }/src/providers/wfs \
206
+ $${WORKDIR }/src/providers/wfs \
207
207
$${WORKDIR }/src/ui
208
208
INCLUDEPATH += $${OBJDIR }/ui
209
209
Original file line number Diff line number Diff line change @@ -22,6 +22,15 @@ CONFIG(debug, debug|release){
22
22
TARGET = $$member (TARGET , 0 )-debug
23
23
}
24
24
25
+ # This is a hack (thanks freddy!) because many plugins use the
26
+ # same class names and file names we need to force the compiler
27
+ # to create separate object files for them.
28
+ MYDIRNAME =copyright_label
29
+ MOC_DIR = $${OBJDIR }/moc/plugins/ $${MYDIRNAME }
30
+ UI_DIR = $${OBJDIR }/ui/plugins/ $${MYDIRNAME }
31
+ win32 :OBJECTS_DIR = $${OBJDIR }/o/win32/plugins/ $${MYDIRNAME }
32
+ INCLUDEPATH += $${OBJDIR }/ui
33
+
25
34
LIBS += $${QGISCORELIBADD }
26
35
LIBS += $${QGISGUILIBADD }
27
36
DESTDIR =$${QGISPLUGINDIR }
Original file line number Diff line number Diff line change @@ -22,6 +22,15 @@ CONFIG(debug, debug|release){
22
22
TARGET = $$member (TARGET , 0 )-debug
23
23
}
24
24
25
+ # This is a hack (thanks freddy!) because many plugins use the
26
+ # same class names and file names we need to force the compiler
27
+ # to create separate object files for them.
28
+ MYDIRNAME =grid_maker
29
+ MOC_DIR = $${OBJDIR }/moc/plugins/ $${MYDIRNAME }
30
+ UI_DIR = $${OBJDIR }/ui/plugins/ $${MYDIRNAME }
31
+ win32 :OBJECTS_DIR = $${OBJDIR }/o/win32/plugins/ $${MYDIRNAME }
32
+ INCLUDEPATH += $${OBJDIR }/ui
33
+
25
34
LIBS += $${QGISCORELIBADD }
26
35
LIBS += $${QGISGUILIBADD }
27
36
DESTDIR =$${QGISPLUGINDIR }
Original file line number Diff line number Diff line change @@ -22,6 +22,15 @@ CONFIG(debug, debug|release){
22
22
TARGET = $$member (TARGET , 0 )-debug
23
23
}
24
24
25
+ # This is a hack (thanks freddy!) because many plugins use the
26
+ # same class names and file names we need to force the compiler
27
+ # to create separate object files for them.
28
+ MYDIRNAME =north_arrow
29
+ MOC_DIR = $${OBJDIR }/moc/plugins/ $${MYDIRNAME }
30
+ UI_DIR = $${OBJDIR }/ui/plugins/ $${MYDIRNAME }
31
+ win32 :OBJECTS_DIR = $${OBJDIR }/o/win32/plugins/ $${MYDIRNAME }
32
+ INCLUDEPATH += $${OBJDIR }/ui
33
+
25
34
LIBS += $${QGISCORELIBADD }
26
35
LIBS += $${QGISGUILIBADD }
27
36
DESTDIR =$${QGISPLUGINDIR }
Original file line number Diff line number Diff line change @@ -22,6 +22,16 @@ CONFIG(debug, debug|release){
22
22
TARGET = $$member (TARGET , 0 )-debug
23
23
}
24
24
25
+
26
+ # This is a hack (thanks freddy!) because many plugins use the
27
+ # same class names and file names we need to force the compiler
28
+ # to create separate object files for them.
29
+ MYDIRNAME =scale_bar
30
+ MOC_DIR = $${OBJDIR }/moc/plugins/ $${MYDIRNAME }
31
+ UI_DIR = $${OBJDIR }/ui/plugins/ $${MYDIRNAME }
32
+ win32 :OBJECTS_DIR = $${OBJDIR }/o/win32/plugins/ $${MYDIRNAME }
33
+ INCLUDEPATH += $${OBJDIR }/ui
34
+
25
35
LIBS += $${QGISCORELIBADD }
26
36
LIBS += $${QGISGUILIBADD }
27
37
DESTDIR =$${QGISPLUGINDIR }
You can’t perform that action at this time.
0 commit comments