about summary refs log tree commit diff
path: root/pkgs/applications/office/cutemarked-ng/0002-use-pkgcofig-to-find-libraries.patch
blob: 89b5441738c5ba11006f3e0f2fddcad8bf823937 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
From bdc66eace846edc8a7b435f7ca9f324427243ce4 Mon Sep 17 00:00:00 2001
From: rewine <lhongxu@outlook.com>
Date: Thu, 21 Jul 2022 17:30:22 +0800
Subject: [PATCH 2/2] use pkgcofig to find libraries

---
 app/app.pro | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/app/app.pro b/app/app.pro
index ab961cf..475487d 100644
--- a/app/app.pro
+++ b/app/app.pro
@@ -13,6 +13,8 @@ win32: QT += winextras
 TARGET = cutemarked
 TEMPLATE = app
 CONFIG += c++11
+CONFIG += link_pkgconfig
+PKGCONFIG += QMarkdownTextedit hunspell md4c-html
 
 unix:!macx {
   CONFIG += link_pkgconfig
-- 
2.36.1