File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -77,7 +77,10 @@ INCLUDE_DIRECTORIES(
77
77
#############################################################
78
78
# qgis_customwidgets library
79
79
80
- ADD_LIBRARY (qgis_customwidgets SHARED ${QGIS_CUSTOMWIDGETS_SRCS} ${QGIS_CUSTOMWIDGETS_MOC_SRCS} ${QGIS_CUSTOMWIDGETS_HDRS} )
80
+ SET (IMAGE_RCCS ../../images/images.qrc )
81
+ QT4_ADD_RESOURCES (IMAGE_RCC_SRCS ${IMAGE_RCCS} )
82
+
83
+ ADD_LIBRARY (qgis_customwidgets SHARED ${QGIS_CUSTOMWIDGETS_SRCS} ${QGIS_CUSTOMWIDGETS_MOC_SRCS} ${QGIS_CUSTOMWIDGETS_HDRS} ${IMAGE_RCC_SRCS} )
81
84
82
85
# TODO: apple
83
86
INSTALL (FILES ${QGIS_CUSTOMWIDGETS_HDRS} DESTINATION ${QGIS_INCLUDE_DIR} )
Original file line number Diff line number Diff line change @@ -108,9 +108,10 @@ QgsRelationReferenceWidget::QgsRelationReferenceWidget( QWidget* parent )
108
108
mAttributeEditorFrame ->setLayout ( mAttributeEditorLayout );
109
109
mTopLayout ->addWidget ( mAttributeEditorFrame );
110
110
111
- // default mode is combobox, non geometric relation and no embed form
111
+ // default mode is combobox, no geometric relation and no embed form
112
112
mLineEdit ->hide ();
113
113
mMapIdentificationButton ->hide ();
114
+ mHighlightFeatureButton ->hide ();
114
115
mAttributeEditorFrame ->hide ();
115
116
}
116
117
You can’t perform that action at this time.
0 commit comments