aboutsummaryrefslogtreecommitdiffstats
path: root/src/remotesettings
diff options
context:
space:
mode:
authorSamuli Piippo <samuli.piippo@qt.io>2019-04-28 12:53:10 +0300
committerBramastyo Harimukti Santoso <bramastyo.harimukti.santoso@pelagicore.com>2019-04-29 07:58:07 +0000
commite0d35f58a30cb33e1f975c0983bfe560f9c9ffdc (patch)
tree12a62cc3d33c722f3806643de20ec9ebc9c6f145 /src/remotesettings
parentddfa7e55a8e57a7417da7440623d2ade591cf0ce (diff)
Remote settings lib has no dependency to QtQuick
Do not link against QtQuick, as it caused linking error with the remote settings server when using QEMU toolchain on CI. The linker in QEMU toolchain does not default to --as-needed, causing lib to have dependency to QtQuick. When the server was linked without QtQuick, it caused linker to find wrong version of QtQuick from the sysroot. Change-Id: I523c62929c06b8977fe0c4fe4e20fd87ea37243c Reviewed-by: Dominik Holland <dominik.holland@pelagicore.com> Reviewed-by: Bramastyo Harimukti Santoso <bramastyo.harimukti.santoso@pelagicore.com>
Diffstat (limited to 'src/remotesettings')
-rw-r--r--src/remotesettings/frontend/frontend.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/remotesettings/frontend/frontend.pro b/src/remotesettings/frontend/frontend.pro
index 9db58836..71f779aa 100644
--- a/src/remotesettings/frontend/frontend.pro
+++ b/src/remotesettings/frontend/frontend.pro
@@ -11,7 +11,7 @@ macos: QMAKE_SONAME_PREFIX = @rpath
include($$SOURCE_DIR/config.pri)
DEFINES += QT_BUILD_SETTINGS_LIB
-QT += ivicore ivicore-private qml quick
+QT += ivicore ivicore-private qml
QFACE_SOURCES = ../settings.qface