From ef7c04cd9ac06b64c516db47bda6f4d9c12db3b9 Mon Sep 17 00:00:00 2001 From: Dylan Liu <312902918@qq.com> Date: ćšć, 30 5æ 2024 19:45:07 +0800 Subject: [PATCH] quickwindowagent: Remove const for HitTestVisible API. --- share/qmake/QWKQuick.pri.in | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/share/qmake/QWKQuick.pri.in b/share/qmake/QWKQuick.pri.in index 4c6bdd1..c56f4fe 100644 --- a/share/qmake/QWKQuick.pri.in +++ b/share/qmake/QWKQuick.pri.in @@ -8,4 +8,6 @@ } else { LIBS += -l@QMAKE_QWK_QUICK_NAME_RELEASE@ } + + @QMAKE_QWK_QUICK_STATIC_MACRO@ } \ No newline at end of file -- Gitblit v1.9.1