From 3fb896b9fb8524ce62b57ec4092cbfb3ae30ab29 Mon Sep 17 00:00:00 2001 From: Fathi Boudra Date: Mon, 14 Sep 2020 14:56:35 +0100 Subject: [PATCH] make states and appchooser demos buildable Bug-Debian: http://bugs.debian.org/616500 Last-Update: 2011-03-05 Last-Update: 2011-03-05 Gbp-Pq: Name buildable_appchooser_states_demos.patch --- examples/animation/appchooser/appchooser.pro | 3 ++- examples/animation/states/states.pro | 4 +++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/examples/animation/appchooser/appchooser.pro b/examples/animation/appchooser/appchooser.pro index 8355c6fd3..ffd7f5f0b 100644 --- a/examples/animation/appchooser/appchooser.pro +++ b/examples/animation/appchooser/appchooser.pro @@ -3,7 +3,8 @@ RESOURCES = appchooser.qrc # install target.path = $$[QT_INSTALL_EXAMPLES]/animation/appchooser -sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS appchooser.pro +sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS appchooser.pro \ + accessories-dictionary.png akregator.png digikam.png k3b.png sources.path = $$[QT_INSTALL_EXAMPLES]/animation/appchooser INSTALLS += target sources diff --git a/examples/animation/states/states.pro b/examples/animation/states/states.pro index 307e09829..86cb2e6b9 100644 --- a/examples/animation/states/states.pro +++ b/examples/animation/states/states.pro @@ -3,7 +3,9 @@ RESOURCES += states.qrc # install target.path = $$[QT_INSTALL_EXAMPLES]/animation/states -sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS states.pro +sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS states.pro \ + accessories-dictionary.png akregator.png digikam.png \ + help-browser.png k3b.png kchart.png sources.path = $$[QT_INSTALL_EXAMPLES]/animation/states INSTALLS += target sources -- 2.30.2