From 5d0a833af478b87f4fb815e37da0beb5a09c6067 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=A6=8C=EA=A6=AB=EA=A6=B6=EA=A6=8F=EA=A7=80=EA=A6=A6?= =?UTF-8?q?=EA=A6=BF=EA=A6=A7=EA=A6=AE=EA=A6=91=EA=A6=A9=EA=A6=AD=EA=A7=80?= Date: Sat, 10 Jul 2021 23:21:25 +0800 Subject: Use the response data to initiate client It's correct now, but the problem is, the client pushes the catalog page faster than the web server can reload to make the newly built sample URL valid. --- namatoko.pro | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'namatoko.pro') diff --git a/namatoko.pro b/namatoko.pro index b2830b8..c01e708 100644 --- a/namatoko.pro +++ b/namatoko.pro @@ -1,8 +1,7 @@ QT += quickcontrols2 DEFINES += \ CA_BUNDLE=\\\"$$CA_BUNDLE\\\" \ - SAMPLEURL=\\\"$$SAMPLEURL\\\" \ - IMAGE_DIR=\\\"$$IMAGE_DIR\\\" + SECURE_SERVER=\\\"$$SECURE_SERVER\\\" debug: DEFINES += DEBUG HEADERS += controller.hxx SOURCES += \ -- cgit v1.2.3