From 3a5ead8cc24efab2fea7bf7645e085552f002a13 Mon Sep 17 00:00:00 2001 From: Gary Wang Date: Tue, 17 Sep 2024 19:48:03 +0800 Subject: [PATCH] fix(CI): qmake build --- pineapple-pictures.pro | 1 + 1 file changed, 1 insertion(+) diff --git a/pineapple-pictures.pro b/pineapple-pictures.pro index 1812fbd..def67d8 100644 --- a/pineapple-pictures.pro +++ b/pineapple-pictures.pro @@ -7,6 +7,7 @@ greaterThan(QT_MAJOR_VERSION, 5): QT += svgwidgets TARGET = ppic TEMPLATE = app +DEFINES += PPIC_VERSION_STRING=\\\"x.y.z\\\" # The following define makes your compiler emit warnings if you use # any feature of Qt which has been marked as deprecated (the exact warnings