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 <michael.goddard@nokia.com>
This commit is contained in:
committed by
Qt by Nokia
parent
f9516c4c5b
commit
dde8dc46f0
@@ -58,11 +58,12 @@ RESOURCES = spectrum.qrc
|
|||||||
|
|
||||||
# Install
|
# Install
|
||||||
|
|
||||||
|
target.path = $$[QT_INSTALL_EXAMPLES]/qtmultimedia/spectrum
|
||||||
sources.files = $$SOURCES $$HEADERS $$RESOURCES app.pro
|
sources.files = $$SOURCES $$HEADERS $$RESOURCES app.pro
|
||||||
sources.path = $$[QT_INSTALL_EXAMPLES]/qtmultimedia/spectrum/app
|
sources.path = $$[QT_INSTALL_EXAMPLES]/qtmultimedia/spectrum/app
|
||||||
images.files += images/record.png images/settings.png
|
images.files += images/record.png images/settings.png
|
||||||
images.path = $$[QT_INSTALL_EXAMPLES]/qtmultimedia/spectrum/app/images
|
images.path = $$[QT_INSTALL_EXAMPLES]/qtmultimedia/spectrum/app/images
|
||||||
INSTALLS += sources images
|
INSTALLS += target sources images
|
||||||
|
|
||||||
# Deployment
|
# Deployment
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user