buildable_appchooser_states_demos
authorDebian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>
Tue, 7 May 2019 07:14:21 +0000 (08:14 +0100)
committerMike Gabriel <sunweaver@debian.org>
Tue, 7 May 2019 07:14:21 +0000 (08:14 +0100)
Gbp-Pq: Name buildable_appchooser_states_demos.patch

examples/animation/appchooser/appchooser.pro
examples/animation/states/states.pro

index 8355c6fd3c70cdb9027ed5cdbe358ceec39b2f13..ffd7f5f0bdaab918aa8af8b4633d643433315b92 100644 (file)
@@ -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
 
index 307e09829a8dc1595b5541c72bf8b28f3c8441b2..86cb2e6b9c31b2bfb57c8b0add8661932ca277e9 100644 (file)
@@ -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