From cffd9f19b973c69d7358d1ecc67f0e5c0a039bd8 Mon Sep 17 00:00:00 2001 From: Yang Wang <yang.wang@savoirfairelinux.com> Date: Mon, 24 Feb 2020 14:36:36 -0500 Subject: [PATCH] qt 5.14: fix qt quick skip path javascript files related problem Change-Id: I77854e03475ae7ad87a5454bc3a8103789136d74 --- jami-qt.pro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jami-qt.pro b/jami-qt.pro index 30cf1f6..aa76cba 100644 --- a/jami-qt.pro +++ b/jami-qt.pro @@ -6,7 +6,7 @@ win32-msvc { CONFIG += suppress_vcproj_warnings c++17 qtquickcompiler - QTQUICK_COMPILER_SKIPPED_RESOURCES += ressources.qrc + QTQUICK_COMPILER_SKIPPED_RESOURCES += ./ressources.qrc # compiler options QMAKE_CXXFLAGS += /wd"4068" /wd"4099" /wd"4189" /wd"4267" /wd"4577" /wd"4467" /wd"4715" /wd"4828" -- GitLab