From dde8dc46f013eb5eb1e47f481e7dd61c203eb469 Mon Sep 17 00:00:00 2001 From: Mithra Pattison Date: Fri, 29 Jun 2012 13:47:15 +1000 Subject: Fix installation of spectrum example Fixed setup of spectrum project, to correctly install the spectrum executable. Task-number: QTBUG-13018 Change-Id: Ifcc55d02cf0e50f9c1015fa89b5f2d851b2a44c4 Reviewed-by: Michael Goddard --- examples/spectrum/app/app.pro | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'examples') diff --git a/examples/spectrum/app/app.pro b/examples/spectrum/app/app.pro index aec69d239..647dbb81b 100644 --- a/examples/spectrum/app/app.pro +++ b/examples/spectrum/app/app.pro @@ -58,11 +58,12 @@ RESOURCES = spectrum.qrc # Install +target.path = $$[QT_INSTALL_EXAMPLES]/qtmultimedia/spectrum sources.files = $$SOURCES $$HEADERS $$RESOURCES app.pro sources.path = $$[QT_INSTALL_EXAMPLES]/qtmultimedia/spectrum/app images.files += images/record.png images/settings.png images.path = $$[QT_INSTALL_EXAMPLES]/qtmultimedia/spectrum/app/images -INSTALLS += sources images +INSTALLS += target sources images # Deployment -- cgit v1.2.1