fix example installs
Change-Id: I9daec1e1ec1bc163d451ac03685ef6caba7dbde7 Reviewed-by: Yoann Lopes <yoann.lopes@qt.io>
This commit is contained in:
committed by
Yoann Lopes
parent
20528da413
commit
6dc5ff99ac
@@ -42,3 +42,4 @@ EXAMPLE_FILES = bwins/fftreal.def eabi/fftreal.def readme.txt license.txt
|
||||
target.path = $$[QT_INSTALL_EXAMPLES]/multimedia/spectrum
|
||||
INSTALLS += target
|
||||
|
||||
CONFIG += install_ok # Do not cargo-cult this!
|
||||
|
||||
@@ -57,6 +57,8 @@ RESOURCES = spectrum.qrc
|
||||
target.path = $$[QT_INSTALL_EXAMPLES]/multimedia/spectrum
|
||||
INSTALLS += target
|
||||
|
||||
CONFIG += install_ok # Do not cargo-cult this!
|
||||
|
||||
# Deployment
|
||||
|
||||
DESTDIR = ..$${spectrum_build_dir}
|
||||
|
||||
@@ -10,3 +10,6 @@ SUBDIRS += app
|
||||
|
||||
TARGET = spectrum
|
||||
|
||||
EXAMPLE_FILES += \
|
||||
README.txt \
|
||||
TODO.txt
|
||||
|
||||
Reference in New Issue
Block a user