From 115b5fb75aecf881a83a90eca12b50520018c911 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lisandro=20Dami=C3=A1n=20Nicanor=20P=C3=A9rez=20Meyer?= Date: Wed, 14 Jun 2023 17:28:45 -0300 Subject: [PATCH] Enable building examples. --- debian/changelog | 4 + debian/control | 11 ++ debian/patches/no_htmlinfo_example.patch | 30 +++ debian/patches/series | 1 + debian/qt6-base-examples.install | 234 +++++++++++++++++++++++ debian/rules | 2 +- 6 files changed, 281 insertions(+), 1 deletion(-) create mode 100644 debian/patches/no_htmlinfo_example.patch create mode 100644 debian/qt6-base-examples.install diff --git a/debian/changelog b/debian/changelog index b822d72..887befa 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,5 +1,9 @@ qt6-base (6.4.2+dfsg-12) UNRELEASED; urgency=medium + [ Lisandro Damián Nicanor Pérez Meyer ] + * Enable building the examples, even if they do not ship the source code as + Qt 5 does. + -- Debian Qt/KDE Maintainers Wed, 14 Jun 2023 17:15:27 -0300 qt6-base (6.4.2+dfsg-11) unstable; urgency=medium diff --git a/debian/control b/debian/control index bb6db7e..3d81050 100644 --- a/debian/control +++ b/debian/control @@ -410,6 +410,17 @@ Description: Qt 6 base development programs We do not recommend depending on this package directly. Please depend on qt6-base-dev instead. +Package: qt6-base-examples +Architecture: any +Multi-Arch: same +Section: misc +Depends: ${misc:Depends}, ${shlibs:Depends} +Description: Qt 6 base examples + Qt is a cross-platform C++ application framework. Qt's primary feature + is its rich set of widgets that provide standard GUI functionality. + . + This package contains the examples for the Qt base submodule. + Package: libqt6opengl6-dev Architecture: any Multi-Arch: same diff --git a/debian/patches/no_htmlinfo_example.patch b/debian/patches/no_htmlinfo_example.patch new file mode 100644 index 0000000..68d9b34 --- /dev/null +++ b/debian/patches/no_htmlinfo_example.patch @@ -0,0 +1,30 @@ +Description: Avoid trying to build the htmlinfo example + This example uses non-free images, so we had to remove it from the original + tarball. + . + This patch avoid building this example. +Author: Lisandro Damián Nicanor Pérez Meyer +Forwarded: not-needed + +--- + examples/xml/CMakeLists.txt | 1 - + examples/xml/xml.pro | 3 +-- + 2 files changed, 1 insertion(+), 3 deletions(-) + +--- a/examples/xml/CMakeLists.txt ++++ b/examples/xml/CMakeLists.txt +@@ -1,4 +1,3 @@ +-qt_internal_add_example(htmlinfo) + qt_internal_add_example(xmlstreamlint) + if(TARGET Qt::Widgets) + qt_internal_add_example(dombookmarks) +--- a/examples/xml/xml.pro ++++ b/examples/xml/xml.pro +@@ -1,6 +1,5 @@ + TEMPLATE = subdirs +-SUBDIRS = htmlinfo \ +- xmlstreamlint ++SUBDIRS = xmlstreamlint + + qtHaveModule(widgets) { + SUBDIRS += dombookmarks \ diff --git a/debian/patches/series b/debian/patches/series index 4b8a690..13cf7d5 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -17,6 +17,7 @@ remove_privacy_breaches.diff build_path_embedded_qtbuildinternalsextra_cmake.patch cross.patch force_shared_libzstd.patch +no_htmlinfo_example.patch # Don't use yield on CPUs that might not support it armel-noyield.patch diff --git a/debian/qt6-base-examples.install b/debian/qt6-base-examples.install new file mode 100644 index 0000000..e5a52de --- /dev/null +++ b/debian/qt6-base-examples.install @@ -0,0 +1,234 @@ +usr/lib/${DEB_HOST_MULTIARCH}/qt6/examples/corelib/bindableproperties/bindablesubscription/bindablesubscription +usr/lib/${DEB_HOST_MULTIARCH}/qt6/examples/corelib/bindableproperties/subscription/subscription +usr/lib/${DEB_HOST_MULTIARCH}/qt6/examples/corelib/ipc/localfortuneclient/localfortuneclient +usr/lib/${DEB_HOST_MULTIARCH}/qt6/examples/corelib/ipc/localfortuneserver/localfortuneserver +usr/lib/${DEB_HOST_MULTIARCH}/qt6/examples/corelib/ipc/sharedmemory/sharedmemory +usr/lib/${DEB_HOST_MULTIARCH}/qt6/examples/corelib/mimetypes/mimetypebrowser/mimetypebrowser +usr/lib/${DEB_HOST_MULTIARCH}/qt6/examples/corelib/serialization/cbordump/cbordump +usr/lib/${DEB_HOST_MULTIARCH}/qt6/examples/corelib/serialization/convert/convert +usr/lib/${DEB_HOST_MULTIARCH}/qt6/examples/corelib/serialization/savegame/savegame +usr/lib/${DEB_HOST_MULTIARCH}/qt6/examples/corelib/threads/mandelbrot/mandelbrot +usr/lib/${DEB_HOST_MULTIARCH}/qt6/examples/corelib/threads/queuedcustomtype/queuedcustomtype +usr/lib/${DEB_HOST_MULTIARCH}/qt6/examples/corelib/threads/semaphores/semaphores +usr/lib/${DEB_HOST_MULTIARCH}/qt6/examples/corelib/threads/waitconditions/waitconditions +usr/lib/${DEB_HOST_MULTIARCH}/qt6/examples/corelib/tools/contiguouscache/contiguouscache +usr/lib/${DEB_HOST_MULTIARCH}/qt6/examples/corelib/tools/customtype/customtype +usr/lib/${DEB_HOST_MULTIARCH}/qt6/examples/corelib/tools/customtypesending/customtypesending +usr/lib/${DEB_HOST_MULTIARCH}/qt6/examples/dbus/chat/chat +usr/lib/${DEB_HOST_MULTIARCH}/qt6/examples/dbus/complexpingpong/complexping +usr/lib/${DEB_HOST_MULTIARCH}/qt6/examples/dbus/complexpingpong/complexpong +usr/lib/${DEB_HOST_MULTIARCH}/qt6/examples/dbus/listnames/listnames +usr/lib/${DEB_HOST_MULTIARCH}/qt6/examples/dbus/pingpong/ping +usr/lib/${DEB_HOST_MULTIARCH}/qt6/examples/dbus/pingpong/pong +usr/lib/${DEB_HOST_MULTIARCH}/qt6/examples/dbus/remotecontrolledcar/car/car +usr/lib/${DEB_HOST_MULTIARCH}/qt6/examples/dbus/remotecontrolledcar/controller/controller +usr/lib/${DEB_HOST_MULTIARCH}/qt6/examples/gui/analogclock/gui_analogclock +usr/lib/${DEB_HOST_MULTIARCH}/qt6/examples/gui/rasterwindow/rasterwindow +usr/lib/${DEB_HOST_MULTIARCH}/qt6/examples/network/blockingfortuneclient/blockingfortuneclient +usr/lib/${DEB_HOST_MULTIARCH}/qt6/examples/network/broadcastreceiver/broadcastreceiver +usr/lib/${DEB_HOST_MULTIARCH}/qt6/examples/network/broadcastsender/broadcastsender +usr/lib/${DEB_HOST_MULTIARCH}/qt6/examples/network/dnslookup/dnslookup +usr/lib/${DEB_HOST_MULTIARCH}/qt6/examples/network/download/download +usr/lib/${DEB_HOST_MULTIARCH}/qt6/examples/network/downloadmanager/downloadmanager +usr/lib/${DEB_HOST_MULTIARCH}/qt6/examples/network/fortuneclient/fortuneclient +usr/lib/${DEB_HOST_MULTIARCH}/qt6/examples/network/fortuneserver/fortuneserver +usr/lib/${DEB_HOST_MULTIARCH}/qt6/examples/network/googlesuggest/googlesuggest +usr/lib/${DEB_HOST_MULTIARCH}/qt6/examples/network/http/http +usr/lib/${DEB_HOST_MULTIARCH}/qt6/examples/network/loopback/loopback +usr/lib/${DEB_HOST_MULTIARCH}/qt6/examples/network/multicastreceiver/multicastreceiver +usr/lib/${DEB_HOST_MULTIARCH}/qt6/examples/network/multicastsender/multicastsender +usr/lib/${DEB_HOST_MULTIARCH}/qt6/examples/network/multistreamclient/multistreamclient +usr/lib/${DEB_HOST_MULTIARCH}/qt6/examples/network/multistreamserver/multistreamserver +usr/lib/${DEB_HOST_MULTIARCH}/qt6/examples/network/network-chat/network-chat +usr/lib/${DEB_HOST_MULTIARCH}/qt6/examples/network/securesocketclient/securesocketclient +usr/lib/${DEB_HOST_MULTIARCH}/qt6/examples/network/secureudpclient/secureudpclient +usr/lib/${DEB_HOST_MULTIARCH}/qt6/examples/network/secureudpserver/secureudpserver +usr/lib/${DEB_HOST_MULTIARCH}/qt6/examples/network/threadedfortuneserver/threadedfortuneserver +usr/lib/${DEB_HOST_MULTIARCH}/qt6/examples/network/torrent/torrent +usr/lib/${DEB_HOST_MULTIARCH}/qt6/examples/opengl/2dpainting/2dpainting +usr/lib/${DEB_HOST_MULTIARCH}/qt6/examples/opengl/computegles31/computegles31 +usr/lib/${DEB_HOST_MULTIARCH}/qt6/examples/opengl/contextinfo/contextinfo +usr/lib/${DEB_HOST_MULTIARCH}/qt6/examples/opengl/cube/cube +usr/lib/${DEB_HOST_MULTIARCH}/qt6/examples/opengl/hellogl2/hellogl2 +usr/lib/${DEB_HOST_MULTIARCH}/qt6/examples/opengl/hellogles3/hellogles3 +usr/lib/${DEB_HOST_MULTIARCH}/qt6/examples/opengl/hellowindow/hellowindow +usr/lib/${DEB_HOST_MULTIARCH}/qt6/examples/opengl/openglwindow/openglwindow +usr/lib/${DEB_HOST_MULTIARCH}/qt6/examples/opengl/paintedwindow/paintedwindow +usr/lib/${DEB_HOST_MULTIARCH}/qt6/examples/opengl/qopenglwidget/qopenglwidget +usr/lib/${DEB_HOST_MULTIARCH}/qt6/examples/opengl/qopenglwindow/qopenglwindow +usr/lib/${DEB_HOST_MULTIARCH}/qt6/examples/opengl/textures/textures +usr/lib/${DEB_HOST_MULTIARCH}/qt6/examples/opengl/threadedqopenglwidget/threadedqopenglwidget +usr/lib/${DEB_HOST_MULTIARCH}/qt6/examples/qpa/qrasterwindow/qrasterwindow +usr/lib/${DEB_HOST_MULTIARCH}/qt6/examples/qpa/windows/windows +usr/lib/${DEB_HOST_MULTIARCH}/qt6/examples/qtconcurrent/imagescaling/imagescaling +usr/lib/${DEB_HOST_MULTIARCH}/qt6/examples/qtconcurrent/map/mapdemo +usr/lib/${DEB_HOST_MULTIARCH}/qt6/examples/qtconcurrent/progressdialog/progressdialog +usr/lib/${DEB_HOST_MULTIARCH}/qt6/examples/qtconcurrent/runfunction/runfunction +usr/lib/${DEB_HOST_MULTIARCH}/qt6/examples/qtconcurrent/wordcount/wordcount +usr/lib/${DEB_HOST_MULTIARCH}/qt6/examples/qtestlib/tutorial1/tutorial1 +usr/lib/${DEB_HOST_MULTIARCH}/qt6/examples/qtestlib/tutorial2/tutorial2 +usr/lib/${DEB_HOST_MULTIARCH}/qt6/examples/qtestlib/tutorial3/tutorial3 +usr/lib/${DEB_HOST_MULTIARCH}/qt6/examples/qtestlib/tutorial4/tutorial4 +usr/lib/${DEB_HOST_MULTIARCH}/qt6/examples/qtestlib/tutorial5/tutorial5 +usr/lib/${DEB_HOST_MULTIARCH}/qt6/examples/sql/books/books +usr/lib/${DEB_HOST_MULTIARCH}/qt6/examples/sql/cachedtable/cachedtable +usr/lib/${DEB_HOST_MULTIARCH}/qt6/examples/sql/drilldown/drilldown +usr/lib/${DEB_HOST_MULTIARCH}/qt6/examples/sql/masterdetail/masterdetail +usr/lib/${DEB_HOST_MULTIARCH}/qt6/examples/sql/querymodel/querymodel +usr/lib/${DEB_HOST_MULTIARCH}/qt6/examples/sql/relationaltablemodel/relationaltablemodel +usr/lib/${DEB_HOST_MULTIARCH}/qt6/examples/sql/sqlbrowser/sqlbrowser +usr/lib/${DEB_HOST_MULTIARCH}/qt6/examples/sql/sqlwidgetmapper/sqlwidgetmapper +usr/lib/${DEB_HOST_MULTIARCH}/qt6/examples/sql/tablemodel/tablemodel +usr/lib/${DEB_HOST_MULTIARCH}/qt6/examples/vulkan/hellovulkancubes/hellovulkancubes +usr/lib/${DEB_HOST_MULTIARCH}/qt6/examples/vulkan/hellovulkantexture/hellovulkantexture +usr/lib/${DEB_HOST_MULTIARCH}/qt6/examples/vulkan/hellovulkantriangle/hellovulkantriangle +usr/lib/${DEB_HOST_MULTIARCH}/qt6/examples/vulkan/hellovulkanwidget/hellovulkanwidget +usr/lib/${DEB_HOST_MULTIARCH}/qt6/examples/vulkan/hellovulkanwindow/hellovulkanwindow +usr/lib/${DEB_HOST_MULTIARCH}/qt6/examples/widgets/animation/easing/easing +usr/lib/${DEB_HOST_MULTIARCH}/qt6/examples/widgets/desktop/screenshot/screenshot +usr/lib/${DEB_HOST_MULTIARCH}/qt6/examples/widgets/desktop/systray/systray +usr/lib/${DEB_HOST_MULTIARCH}/qt6/examples/widgets/dialogs/classwizard/classwizard +usr/lib/${DEB_HOST_MULTIARCH}/qt6/examples/widgets/dialogs/extension/extension +usr/lib/${DEB_HOST_MULTIARCH}/qt6/examples/widgets/dialogs/findfiles/findfiles +usr/lib/${DEB_HOST_MULTIARCH}/qt6/examples/widgets/dialogs/licensewizard/licensewizard +usr/lib/${DEB_HOST_MULTIARCH}/qt6/examples/widgets/dialogs/standarddialogs/standarddialogs +usr/lib/${DEB_HOST_MULTIARCH}/qt6/examples/widgets/dialogs/tabdialog/tabdialog +usr/lib/${DEB_HOST_MULTIARCH}/qt6/examples/widgets/dialogs/trivialwizard/trivialwizard +usr/lib/${DEB_HOST_MULTIARCH}/qt6/examples/widgets/draganddrop/draggableicons/draggableicons +usr/lib/${DEB_HOST_MULTIARCH}/qt6/examples/widgets/draganddrop/draggabletext/draggabletext +usr/lib/${DEB_HOST_MULTIARCH}/qt6/examples/widgets/draganddrop/dropsite/dropsite +usr/lib/${DEB_HOST_MULTIARCH}/qt6/examples/widgets/draganddrop/fridgemagnets/fridgemagnets +usr/lib/${DEB_HOST_MULTIARCH}/qt6/examples/widgets/draganddrop/puzzle/draganddrop_puzzle +usr/lib/${DEB_HOST_MULTIARCH}/qt6/examples/widgets/effects/blurpicker/blurpicker +usr/lib/${DEB_HOST_MULTIARCH}/qt6/examples/widgets/effects/fademessage/fademessage +usr/lib/${DEB_HOST_MULTIARCH}/qt6/examples/widgets/gallery/gallery +usr/lib/${DEB_HOST_MULTIARCH}/qt6/examples/widgets/gestures/imagegestures/imagegestures +usr/lib/${DEB_HOST_MULTIARCH}/qt6/examples/widgets/graphicsview/anchorlayout/anchorlayout +usr/lib/${DEB_HOST_MULTIARCH}/qt6/examples/widgets/graphicsview/basicgraphicslayouts/basicgraphicslayouts +usr/lib/${DEB_HOST_MULTIARCH}/qt6/examples/widgets/graphicsview/chip/chip +usr/lib/${DEB_HOST_MULTIARCH}/qt6/examples/widgets/graphicsview/collidingmice/collidingmice +usr/lib/${DEB_HOST_MULTIARCH}/qt6/examples/widgets/graphicsview/diagramscene/diagramscene +usr/lib/${DEB_HOST_MULTIARCH}/qt6/examples/widgets/graphicsview/dragdroprobot/dragdroprobot +usr/lib/${DEB_HOST_MULTIARCH}/qt6/examples/widgets/graphicsview/elasticnodes/elasticnodes +usr/lib/${DEB_HOST_MULTIARCH}/qt6/examples/widgets/graphicsview/embeddeddialogs/embeddeddialogs +usr/lib/${DEB_HOST_MULTIARCH}/qt6/examples/widgets/graphicsview/flowlayout/graphicsview_flowlayout +usr/lib/${DEB_HOST_MULTIARCH}/qt6/examples/widgets/graphicsview/simpleanchorlayout/simpleanchorlayout +usr/lib/${DEB_HOST_MULTIARCH}/qt6/examples/widgets/graphicsview/weatheranchorlayout/weatheranchorlayout +usr/lib/${DEB_HOST_MULTIARCH}/qt6/examples/widgets/itemviews/addressbook/addressbook +usr/lib/${DEB_HOST_MULTIARCH}/qt6/examples/widgets/itemviews/basicsortfiltermodel/basicsortfiltermodel +usr/lib/${DEB_HOST_MULTIARCH}/qt6/examples/widgets/itemviews/chart/chart +usr/lib/${DEB_HOST_MULTIARCH}/qt6/examples/widgets/itemviews/coloreditorfactory/coloreditorfactory +usr/lib/${DEB_HOST_MULTIARCH}/qt6/examples/widgets/itemviews/combowidgetmapper/combowidgetmapper +usr/lib/${DEB_HOST_MULTIARCH}/qt6/examples/widgets/itemviews/customsortfiltermodel/customsortfiltermodel +usr/lib/${DEB_HOST_MULTIARCH}/qt6/examples/widgets/itemviews/dirview/dirview +usr/lib/${DEB_HOST_MULTIARCH}/qt6/examples/widgets/itemviews/editabletreemodel/editabletreemodel +usr/lib/${DEB_HOST_MULTIARCH}/qt6/examples/widgets/itemviews/fetchmore/fetchmore +usr/lib/${DEB_HOST_MULTIARCH}/qt6/examples/widgets/itemviews/flattreeview/flattreeview +usr/lib/${DEB_HOST_MULTIARCH}/qt6/examples/widgets/itemviews/frozencolumn/frozencolumn +usr/lib/${DEB_HOST_MULTIARCH}/qt6/examples/widgets/itemviews/interview/interview +usr/lib/${DEB_HOST_MULTIARCH}/qt6/examples/widgets/itemviews/pixelator/pixelator +usr/lib/${DEB_HOST_MULTIARCH}/qt6/examples/widgets/itemviews/puzzle/itemviews_puzzle +usr/lib/${DEB_HOST_MULTIARCH}/qt6/examples/widgets/itemviews/simpledommodel/simpledommodel +usr/lib/${DEB_HOST_MULTIARCH}/qt6/examples/widgets/itemviews/simpletreemodel/simpletreemodel +usr/lib/${DEB_HOST_MULTIARCH}/qt6/examples/widgets/itemviews/simplewidgetmapper/simplewidgetmapper +usr/lib/${DEB_HOST_MULTIARCH}/qt6/examples/widgets/itemviews/spinboxdelegate/spinboxdelegate +usr/lib/${DEB_HOST_MULTIARCH}/qt6/examples/widgets/itemviews/spreadsheet/spreadsheet +usr/lib/${DEB_HOST_MULTIARCH}/qt6/examples/widgets/itemviews/stardelegate/stardelegate +usr/lib/${DEB_HOST_MULTIARCH}/qt6/examples/widgets/itemviews/storageview/storageview +usr/lib/${DEB_HOST_MULTIARCH}/qt6/examples/widgets/layouts/basiclayouts/basiclayouts +usr/lib/${DEB_HOST_MULTIARCH}/qt6/examples/widgets/layouts/borderlayout/borderlayout +usr/lib/${DEB_HOST_MULTIARCH}/qt6/examples/widgets/layouts/dynamiclayouts/dynamiclayouts +usr/lib/${DEB_HOST_MULTIARCH}/qt6/examples/widgets/layouts/flowlayout/flowlayout +usr/lib/${DEB_HOST_MULTIARCH}/qt6/examples/widgets/mainwindows/application/application +usr/lib/${DEB_HOST_MULTIARCH}/qt6/examples/widgets/mainwindows/dockwidgets/dockwidgets +usr/lib/${DEB_HOST_MULTIARCH}/qt6/examples/widgets/mainwindows/mainwindow/mainwindow +usr/lib/${DEB_HOST_MULTIARCH}/qt6/examples/widgets/mainwindows/mdi/mdi +usr/lib/${DEB_HOST_MULTIARCH}/qt6/examples/widgets/mainwindows/menus/menus +usr/lib/${DEB_HOST_MULTIARCH}/qt6/examples/widgets/mainwindows/sdi/sdi +usr/lib/${DEB_HOST_MULTIARCH}/qt6/examples/widgets/painting/affine/affine +usr/lib/${DEB_HOST_MULTIARCH}/qt6/examples/widgets/painting/basicdrawing/basicdrawing +usr/lib/${DEB_HOST_MULTIARCH}/qt6/examples/widgets/painting/concentriccircles/concentriccircles +usr/lib/${DEB_HOST_MULTIARCH}/qt6/examples/widgets/painting/deform/deform +usr/lib/${DEB_HOST_MULTIARCH}/qt6/examples/widgets/painting/fontsampler/fontsampler +usr/lib/${DEB_HOST_MULTIARCH}/qt6/examples/widgets/painting/gradients/gradients +usr/lib/${DEB_HOST_MULTIARCH}/qt6/examples/widgets/painting/imagecomposition/imagecomposition +usr/lib/${DEB_HOST_MULTIARCH}/qt6/examples/widgets/painting/painterpaths/painterpaths +usr/lib/${DEB_HOST_MULTIARCH}/qt6/examples/widgets/painting/pathstroke/pathstroke +usr/lib/${DEB_HOST_MULTIARCH}/qt6/examples/widgets/painting/transformations/transformations +usr/lib/${DEB_HOST_MULTIARCH}/qt6/examples/widgets/richtext/calendar/calendar +usr/lib/${DEB_HOST_MULTIARCH}/qt6/examples/widgets/richtext/orderform/orderform +usr/lib/${DEB_HOST_MULTIARCH}/qt6/examples/widgets/richtext/syntaxhighlighter/syntaxhighlighter +usr/lib/${DEB_HOST_MULTIARCH}/qt6/examples/widgets/richtext/textedit/textedit +usr/lib/${DEB_HOST_MULTIARCH}/qt6/examples/widgets/scroller/graphicsview/graphicsview +usr/lib/${DEB_HOST_MULTIARCH}/qt6/examples/widgets/tools/completer/completer +usr/lib/${DEB_HOST_MULTIARCH}/qt6/examples/widgets/tools/customcompleter/customcompleter +usr/lib/${DEB_HOST_MULTIARCH}/qt6/examples/widgets/tools/echoplugin/echopluginwindow +usr/lib/${DEB_HOST_MULTIARCH}/qt6/examples/widgets/tools/echoplugin/libechoplugin.so +usr/lib/${DEB_HOST_MULTIARCH}/qt6/examples/widgets/tools/i18n/i18n +usr/lib/${DEB_HOST_MULTIARCH}/qt6/examples/widgets/tools/plugandpaint/plugandpaint +usr/lib/${DEB_HOST_MULTIARCH}/qt6/examples/widgets/tools/plugandpaint/plugins/libpnp_extrafilters.so +usr/lib/${DEB_HOST_MULTIARCH}/qt6/examples/widgets/tools/regularexpression/regularexpression +usr/lib/${DEB_HOST_MULTIARCH}/qt6/examples/widgets/tools/settingseditor/settingseditor +usr/lib/${DEB_HOST_MULTIARCH}/qt6/examples/widgets/tools/styleplugin/libsimplestyleplugin.so +usr/lib/${DEB_HOST_MULTIARCH}/qt6/examples/widgets/tools/styleplugin/styleplugin +usr/lib/${DEB_HOST_MULTIARCH}/qt6/examples/widgets/tools/treemodelcompleter/treemodelcompleter +usr/lib/${DEB_HOST_MULTIARCH}/qt6/examples/widgets/tools/undo/undo +usr/lib/${DEB_HOST_MULTIARCH}/qt6/examples/widgets/tools/undoframework/undoframework +usr/lib/${DEB_HOST_MULTIARCH}/qt6/examples/widgets/touch/dials/dials +usr/lib/${DEB_HOST_MULTIARCH}/qt6/examples/widgets/touch/fingerpaint/fingerpaint +usr/lib/${DEB_HOST_MULTIARCH}/qt6/examples/widgets/touch/knobs/knobs +usr/lib/${DEB_HOST_MULTIARCH}/qt6/examples/widgets/touch/pinchzoom/pinchzoom +usr/lib/${DEB_HOST_MULTIARCH}/qt6/examples/widgets/tutorials/addressbook/part1/part1 +usr/lib/${DEB_HOST_MULTIARCH}/qt6/examples/widgets/tutorials/addressbook/part2/part2 +usr/lib/${DEB_HOST_MULTIARCH}/qt6/examples/widgets/tutorials/addressbook/part3/part3 +usr/lib/${DEB_HOST_MULTIARCH}/qt6/examples/widgets/tutorials/addressbook/part4/part4 +usr/lib/${DEB_HOST_MULTIARCH}/qt6/examples/widgets/tutorials/addressbook/part5/part5 +usr/lib/${DEB_HOST_MULTIARCH}/qt6/examples/widgets/tutorials/addressbook/part6/part6 +usr/lib/${DEB_HOST_MULTIARCH}/qt6/examples/widgets/tutorials/addressbook/part7/part7 +usr/lib/${DEB_HOST_MULTIARCH}/qt6/examples/widgets/tutorials/gettingStarted/gsQt/part1/getting_started_part1 +usr/lib/${DEB_HOST_MULTIARCH}/qt6/examples/widgets/tutorials/gettingStarted/gsQt/part2/getting_started_part2 +usr/lib/${DEB_HOST_MULTIARCH}/qt6/examples/widgets/tutorials/gettingStarted/gsQt/part3/getting_started_part3 +usr/lib/${DEB_HOST_MULTIARCH}/qt6/examples/widgets/tutorials/gettingStarted/gsQt/part4/getting_started_part4 +usr/lib/${DEB_HOST_MULTIARCH}/qt6/examples/widgets/tutorials/gettingStarted/gsQt/part5/getting_started_part5 +usr/lib/${DEB_HOST_MULTIARCH}/qt6/examples/widgets/tutorials/modelview/1_readonly/mv_readonly +usr/lib/${DEB_HOST_MULTIARCH}/qt6/examples/widgets/tutorials/modelview/2_formatting/mv_formatting +usr/lib/${DEB_HOST_MULTIARCH}/qt6/examples/widgets/tutorials/modelview/3_changingmodel/mv_changingmodel +usr/lib/${DEB_HOST_MULTIARCH}/qt6/examples/widgets/tutorials/modelview/4_headers/mv_headers +usr/lib/${DEB_HOST_MULTIARCH}/qt6/examples/widgets/tutorials/modelview/5_edit/mv_edit +usr/lib/${DEB_HOST_MULTIARCH}/qt6/examples/widgets/tutorials/modelview/6_treeview/mv_tree +usr/lib/${DEB_HOST_MULTIARCH}/qt6/examples/widgets/tutorials/modelview/7_selections/mv_selections +usr/lib/${DEB_HOST_MULTIARCH}/qt6/examples/widgets/tutorials/notepad/notepad +usr/lib/${DEB_HOST_MULTIARCH}/qt6/examples/widgets/tutorials/widgets/childwidget/childwidget +usr/lib/${DEB_HOST_MULTIARCH}/qt6/examples/widgets/tutorials/widgets/nestedlayouts/nestedlayouts +usr/lib/${DEB_HOST_MULTIARCH}/qt6/examples/widgets/tutorials/widgets/toplevel/toplevel +usr/lib/${DEB_HOST_MULTIARCH}/qt6/examples/widgets/tutorials/widgets/windowlayout/windowlayout +usr/lib/${DEB_HOST_MULTIARCH}/qt6/examples/widgets/widgets/analogclock/analogclock +usr/lib/${DEB_HOST_MULTIARCH}/qt6/examples/widgets/widgets/calculator/calculator +usr/lib/${DEB_HOST_MULTIARCH}/qt6/examples/widgets/widgets/calendarwidget/calendarwidget +usr/lib/${DEB_HOST_MULTIARCH}/qt6/examples/widgets/widgets/charactermap/charactermap +usr/lib/${DEB_HOST_MULTIARCH}/qt6/examples/widgets/widgets/codeeditor/codeeditor +usr/lib/${DEB_HOST_MULTIARCH}/qt6/examples/widgets/widgets/digitalclock/digitalclock +usr/lib/${DEB_HOST_MULTIARCH}/qt6/examples/widgets/widgets/elidedlabel/elidedlabel +usr/lib/${DEB_HOST_MULTIARCH}/qt6/examples/widgets/widgets/groupbox/groupbox +usr/lib/${DEB_HOST_MULTIARCH}/qt6/examples/widgets/widgets/icons/icons +usr/lib/${DEB_HOST_MULTIARCH}/qt6/examples/widgets/widgets/imageviewer/imageviewer +usr/lib/${DEB_HOST_MULTIARCH}/qt6/examples/widgets/widgets/lineedits/lineedits +usr/lib/${DEB_HOST_MULTIARCH}/qt6/examples/widgets/widgets/mousebuttons/mousebuttons +usr/lib/${DEB_HOST_MULTIARCH}/qt6/examples/widgets/widgets/movie/movie +usr/lib/${DEB_HOST_MULTIARCH}/qt6/examples/widgets/widgets/scribble/scribble +usr/lib/${DEB_HOST_MULTIARCH}/qt6/examples/widgets/widgets/shapedclock/shapedclock +usr/lib/${DEB_HOST_MULTIARCH}/qt6/examples/widgets/widgets/sliders/sliders +usr/lib/${DEB_HOST_MULTIARCH}/qt6/examples/widgets/widgets/spinboxes/spinboxes +usr/lib/${DEB_HOST_MULTIARCH}/qt6/examples/widgets/widgets/styles/styles +usr/lib/${DEB_HOST_MULTIARCH}/qt6/examples/widgets/widgets/stylesheet/stylesheet +usr/lib/${DEB_HOST_MULTIARCH}/qt6/examples/widgets/widgets/tablet/qttablet +usr/lib/${DEB_HOST_MULTIARCH}/qt6/examples/widgets/widgets/tetrix/tetrix +usr/lib/${DEB_HOST_MULTIARCH}/qt6/examples/widgets/widgets/tooltips/tooltips +usr/lib/${DEB_HOST_MULTIARCH}/qt6/examples/widgets/widgets/validators/validators +usr/lib/${DEB_HOST_MULTIARCH}/qt6/examples/widgets/widgets/wiggly/wiggly +usr/lib/${DEB_HOST_MULTIARCH}/qt6/examples/widgets/widgets/windowflags/windowflags +usr/lib/${DEB_HOST_MULTIARCH}/qt6/examples/widgets/windowcontainer/windowcontainer +usr/lib/${DEB_HOST_MULTIARCH}/qt6/examples/xml/dombookmarks/dombookmarks +usr/lib/${DEB_HOST_MULTIARCH}/qt6/examples/xml/rsslisting/rsslisting +usr/lib/${DEB_HOST_MULTIARCH}/qt6/examples/xml/streambookmarks/streambookmarks +usr/lib/${DEB_HOST_MULTIARCH}/qt6/examples/xml/xmlstreamlint/xmlstreamlint diff --git a/debian/rules b/debian/rules index 60d1480..eca3d0a 100755 --- a/debian/rules +++ b/debian/rules @@ -50,7 +50,7 @@ override_dh_auto_configure: -DINSTALL_TRANSLATIONDIR=share/qt6/translations \ -DINSTALL_MKSPECSDIR=lib/$(DEB_HOST_MULTIARCH)/qt6/mkspecs \ -DINSTALL_PUBLICBINDIR=bin \ - -DBUILD_EXAMPLES=ON \ + -DQT_BUILD_EXAMPLES=ON \ -DFEATURE_mimetype_database=OFF \ -DFEATURE_dbus_linked=ON \ -DFEATURE_accessibility=ON \