Skip to content

Commit 6b7483e

Browse files
committed
debian package for custom widgets
1 parent acd574d commit 6b7483e

File tree

3 files changed

+25
-0
lines changed

3 files changed

+25
-0
lines changed

debian/control

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -282,3 +282,14 @@ Description: QGIS mapserver
282282
.
283283
This package contains the QGIS mapserver.
284284

285+
Package: libqgis-customwidgets
286+
Architecture: any
287+
Depends:
288+
qt4-designer,
289+
${shlibs:Depends},
290+
${misc:Depends}
291+
Description: QGIS custom widgets for Qt Designer
292+
QGIS is a Geographic Information System (GIS) which manages, analyzes and
293+
display databases of geographic information.
294+
.
295+
This package contains a library to use specific QGIS widgets in Qt Designer.

debian/control.in

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -337,6 +337,18 @@ Description: QGIS mapserver
337337
display databases of geographic information.
338338
.
339339
This package contains the QGIS mapserver.
340+
341+
Package: libqgis-customwidgets
342+
Architecture: any
343+
Depends:
344+
qt4-designer,
345+
${shlibs:Depends},
346+
${misc:Depends}
347+
Description: QGIS custom widgets for Qt Designer
348+
QGIS is a Geographic Information System (GIS) which manages, analyzes and
349+
display databases of geographic information.
350+
.
351+
This package contains a library to use specific QGIS widgets in Qt Designer.
340352

341353
Package: qgis-sqlanywhere
342354
Architecture: any

debian/libqgis-customwidgets.install

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
/usr/lib/x86_64-linux-gnu/qt4/plugins/designer/libqgis_customwidgets.so
2+

0 commit comments

Comments
 (0)