From 626283740f9e670a9756e792d36b7cfe6a02cf45 Mon Sep 17 00:00:00 2001 From: Friedemann Kleint Date: Wed, 21 Nov 2012 14:04:34 +0100 Subject: Fix building of examples. - Correct install path of widget examples to contain widgets directory in target tree. - Add missing resources. Task-number: QTBUG-27977 Change-Id: If4cb117998892b0b165d7678367553d3a7553b91 Reviewed-by: Christian Kandeler --- examples/widgets/animation/appchooser/appchooser.pro | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'examples/widgets/animation/appchooser') diff --git a/examples/widgets/animation/appchooser/appchooser.pro b/examples/widgets/animation/appchooser/appchooser.pro index 158a0eca9f..868fe59f8e 100644 --- a/examples/widgets/animation/appchooser/appchooser.pro +++ b/examples/widgets/animation/appchooser/appchooser.pro @@ -2,9 +2,9 @@ SOURCES = main.cpp RESOURCES = appchooser.qrc # install -target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/animation/appchooser -sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS appchooser.pro -sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/animation/appchooser +target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/widgets/animation/appchooser +sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS appchooser.pro *.png +sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/widgets/animation/appchooser INSTALLS += target sources QT += widgets -- cgit v1.2.3