From 827598911f6763dc2fa35f73ba96f1b3dd64f894 Mon Sep 17 00:00:00 2001 From: Michal Klocek Date: Mon, 29 Nov 2021 12:59:36 +0100 Subject: Remove OTHER_FILES from quicknanobrowser MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Refereed resources are already referenced by qrc file. Fixes: QTBUG-71277 Change-Id: Ibaad55aba529c87b8c8dba46bd3b1a3d7a819960 Reviewed-by: Michael BrĂ¼ning (cherry picked from commit 464ec9fbc4825e4fe1235cb461fdc980d3a48518) Reviewed-by: Qt Cherry-pick Bot --- examples/webenginequick/quicknanobrowser/quicknanobrowser.pro | 7 ------- 1 file changed, 7 deletions(-) (limited to 'examples') diff --git a/examples/webenginequick/quicknanobrowser/quicknanobrowser.pro b/examples/webenginequick/quicknanobrowser/quicknanobrowser.pro index 8208e446a..3a014fe20 100644 --- a/examples/webenginequick/quicknanobrowser/quicknanobrowser.pro +++ b/examples/webenginequick/quicknanobrowser/quicknanobrowser.pro @@ -6,13 +6,6 @@ TARGET = quicknanobrowser HEADERS = utils.h SOURCES = main.cpp -OTHER_FILES += ApplicationRoot.qml \ - BrowserDialog.qml \ - BrowserWindow.qml \ - DownloadView.qml \ - FindBar.qml \ - FullScreenNotification.qml - RESOURCES += resources.qrc QT += qml quick webenginequick -- cgit v1.2.3