Skip to content

Commit 475d930

Browse files
committed
fix windows build
1 parent 9ee68cf commit 475d930

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/customwidgets/CMakeLists.txt

+1
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ INCLUDE_DIRECTORIES(
7272
${CMAKE_CURRENT_SOURCE_DIR}/../gui/
7373
${CMAKE_CURRENT_SOURCE_DIR}/../gui/editorwidgets/
7474
# ${CMAKE_CURRENT_BINARY_DIR}/../ui (no UI file yet)
75+
${GEOS_INCLUDE_DIR}
7576
)
7677

7778
#############################################################

src/customwidgets/qgiscustomwidgets.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ class QgisCustomWidgets : public QObject, public QDesignerCustomWidgetCollection
2929

3030
virtual QList<QDesignerCustomWidgetInterface*> customWidgets() const;
3131

32-
static QString groupName() {return "QGIS custom widgets";}
32+
static QString groupName() { return tr( "QGIS custom widgets" ); }
3333

3434
private:
3535
QList<QDesignerCustomWidgetInterface*> mWidgets;

0 commit comments

Comments
 (0)