From 5b26955f50d34afbb4938b00ba629a61be10b15d Mon Sep 17 00:00:00 2001 From: Kimmo Ollila Date: Wed, 7 Dec 2016 15:10:43 +0200 Subject: Fixed demo .pro files: removed exclude.txt and wildcards used with content files Change-Id: Id4731a6438c95ca9abca5e8477bd17228c55cfc7 Reviewed-by: Teemu Holappa --- basicsuite/camera/app.pro | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) (limited to 'basicsuite/camera/app.pro') diff --git a/basicsuite/camera/app.pro b/basicsuite/camera/app.pro index b588a0d..96a02a4 100644 --- a/basicsuite/camera/app.pro +++ b/basicsuite/camera/app.pro @@ -4,8 +4,18 @@ include(../shared/shared.pri) b2qtdemo_deploy_defaults() content.files = \ - *.qml \ - *.png + CameraControlButton.qml \ + CameraSetting.qml \ + CaptureControl.qml \ + CapturePreview.qml \ + Controls.qml \ + FocusControl.qml \ + main.qml \ + Picker.qml \ + RecordingTime.qml \ + Slider.qml \ + ZoomControl.qml + content.path = $$DESTPATH OTHER_FILES += $${content.files} -- cgit v1.2.3